This is the mail archive of the gcc-regression@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]

g++.dg/template/ctor1.C


Hi Mark,

Between revision 117808 and 117820, g++.dg/template/ctor1.C started failing on powerpc-darwin, with

/Users/regress/tbox/svn-gcc/gcc/testsuite/g++.dg/template/ctor1.C: In function 'void Tfoo(const F&) [with F = float]':
/Users/regress/tbox/svn-gcc/gcc/testsuite/g++.dg/template/ctor1.C: 28: instantiated from here
/Users/regress/tbox/svn-gcc/gcc/testsuite/g++.dg/template/ctor1.C:21: error: too many initializers for 'Tfoo(const F&) [with F = float]::<anonymous union>'


FAIL: g++.dg/template/ctor1.C (test for excess errors)

Looking at the changes between those ranges, something that immediately stands out is

------------------------------------------------------------------------
r117814 | mmitchel | 2006-10-16 19:01:27 -0700 (Mon, 16 Oct 2006) | 7 lines


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.



Attachment: smime.p7s
Description: S/MIME cryptographic signature


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