c++/9623: [3.3/3.4 regression] named initializer regression
Craig Rodrigues
rodrigc@attbi.com
Sun Feb 9 17:44:00 GMT 2003
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'
More information about the Gcc-bugs
mailing list