http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47416
--- Comment #8 from Diego Novillo <dnovillo at gcc dot gnu.org> 2011-02-02 18:12:42 UTC --- Author: dnovillo Date: Wed Feb 2 18:12:36 2011 New Revision: 169726 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169726 Log: PR c++/47416 * semantics.c (build_data_member_initialization): Handle STATEMENT_LIST always instead of just for CLEANUP_BODY. * g++.dg/cpp0x/pr47416.C: New test. Added: branches/google/integration/gcc/testsuite/g++.dg/cpp0x/pr47416.C Modified: branches/google/integration/gcc/cp/ChangeLog branches/google/integration/gcc/cp/semantics.c branches/google/integration/gcc/testsuite/ChangeLog