re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)
authorMark Mitchell <mark@codesourcery.com>
Tue, 17 Oct 2006 02:01:27 +0000 (02:01 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 17 Oct 2006 02:01:27 +0000 (02:01 +0000)
commitfb8549a1d765f1c8c741c39b9022fefbc09be0de
tree1089efe692fb9971979e0d3ba4cda22269ebb472
parent26da58ddfaccabb2243f08d10c390e7f1f452873
re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)

PR c++/27270
* typeck2.c (process_init_constructor_array): Reword comment.
* pt.c (tsubst_copy_and_built): Call reshape_init before calling
digest_init.
PR c++/27270
* g++.dg/ext/complit8.C: New test.

From-SVN: r117814
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/cp/typeck2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/complit8.C [new file with mode: 0644]