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

Re: c++/9623: [3.3/3.4 regression] named initializer regression


The following reply was made to PR c++/9623; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@attbi.com>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
   gcc-prs@gcc.gnu.org, V.Haisman@sh.cvut.cz
Cc:  
Subject: Re: c++/9623: [3.3/3.4 regression] named initializer regression
Date: Sun, 09 Feb 2003 12:44:52 -0500

 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'
 
 


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