aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2010-12-27 13:54:30 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2010-12-27 13:54:30 +0100
commitebb526f950a667e2bef588325e9a5f7bfb80ed09 (patch)
treed73ad4fa3267fddb914074659619e8abf36ece58 /gcc/cp/ChangeLog
parenta87394d5fb3101a6939fdd6c9514859a38898725 (diff)
downloadgcc-ebb526f950a667e2bef588325e9a5f7bfb80ed09.zip
gcc-ebb526f950a667e2bef588325e9a5f7bfb80ed09.tar.gz
gcc-ebb526f950a667e2bef588325e9a5f7bfb80ed09.tar.bz2
re PR c++/46626 (simple use of virtual methods causes pure virtual method call in c++0x mode)
PR c++/46626 * semantics.c (build_data_member_initialization): For CLEANUP_STMT recurse into CLEANUP_BODY. * g++.dg/cpp0x/constexpr-base4.C: New test. From-SVN: r168271
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 09e4353..b8247b4 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-27 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/46626
+ * semantics.c (build_data_member_initialization): For CLEANUP_STMT
+ recurse into CLEANUP_BODY.
+
2010-12-25 Kai Tietz <kai.tietz@onevision.com>
PR c++/15774