This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9623: [3.3/3.4 regression] named initializer regression
- From: Craig Rodrigues <rodrigc at attbi dot com>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, V dot Haisman at sh dot cvut dot cz
- Date: Sun, 09 Feb 2003 12:44:52 -0500
- Subject: Re: c++/9623: [3.3/3.4 regression] named initializer regression
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9623
According to the regression tracker the problem started in October:
: Search converges between 2002-10-11-trunk (#9) and 2002-10-12-trunk (#10).
Line-numbered input is:
========================================
1 struct S { int x; int y; };
2 S s = { x:1, y:2 };
3
========================================
Diagnostic output follows, from the last compiler tested:
input:2: error: too many initializers for `S'