This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/47416] [4.6 Regression] ICE in build_data_member_initialization, at cp/semantics.c:5509


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47416

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-31 20:19:31 UTC ---
Author: jakub
Date: Mon Jan 31 20:19:25 2011
New Revision: 169447

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169447
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:
    trunk/gcc/testsuite/g++.dg/cpp0x/pr47416.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]