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++/27270] [4.1 Regression] ICE in process_init_constructor_array, at cp/typeck2.c:788



------- Comment #7 from mmitchel at gcc dot gnu dot org  2006-10-17 22:25 -------
Subject: Bug 27270

Author: mmitchel
Date: Tue Oct 17 22:25:35 2006
New Revision: 117832

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117832
Log:
        PR c++/27270
        * decl.c (reshape_init_class): Move check for designated
        to ...
        * parser.c (cp_parser_initializer_list): ... here.
        * pt.c (tsubst_copy_and_build): Use finish_compound_literal.
        PR c++/27270
        * g++.dg/ext/complit8.C: Tweak error markers.
        * g++.dg/template/complit1.C: Add error marker.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/ext/complit8.C
    trunk/gcc/testsuite/g++.dg/template/complit1.C


-- 


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


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