summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorFabien ChĂȘne <fabien.chene@gmail.com>2010-04-27 18:56:13 +0000
committerJason Merrill <jason@gcc.gnu.org>2010-04-27 14:56:13 -0400
commit6ad86a5b264dcf68f9eee93da90af06d15d91e4a (patch)
treec95fa21322f4c7608254fa16bb33ea36db219406 /libstdc++-v3/ChangeLog
parent78b41ae280b857079da43d91e81356c7afad8512 (diff)
downloadgcc-6ad86a5b264dcf68f9eee93da90af06d15d91e4a.tar.gz
re PR c++/42844 (const variable requires initializer / no explicitly declared default constructor)
PR c++/42844 * decl.c (check_for_uninitialized_const_var): Handle classes that need constructing, too. (check_initializer): Call it for classes that need constructing, too. * class.c (in_class_defaulted_default_constructor): New. * cp-tree.h: Declare it. Co-Authored-By: Jason Merrill <jason@redhat.com> From-SVN: r158797
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 501037e790a..5ff9d83f1c8 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,13 @@
+2010-04-27 Fabien ChĂȘne <fabien.chene@gmail.com>
+
+ * testsuite/util/testsuite_error.h: Add empty default constructor
+ to __gnu_test::test_category and
+ __gnu_test::test_derived_category.
+ * src/future.cc: Add empty default constructor to
+ future_error_category.
+ * src/system_error.cc: Add default ctor to generic_error_category
+ and system_error_category.
+
2010-04-27 Alexander Monakov <amonakov@ispras.ru>
* testsuite/22_locale/codecvt/unshift/char/1.c (test01): Clarify size