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++/47067] [4.6 Regression] [c++0x] ICE in cxx_eval_bare_aggregate, at cp/semantics.c:6352


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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2011-01-17 22:34:38 UTC ---
Author: jason
Date: Mon Jan 17 22:34:35 2011
New Revision: 168937

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168937
Log:
    PR c++/47067
    * semantics.c (base_field_constructor_elt): New fn.
    (cxx_eval_bare_aggregate): Use it.
    (build_data_member_initialization): Leave COMPONENT_REF for
    vfield inits.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual.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]