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++/8036: ICE on initialization of static const member


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

From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: gcc-gnats@gcc.gnu.org, meixner@informatik.tu-darmstadt.de,
        gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/8036: ICE on initialization of static const member
Date: Sun, 27 Oct 2002 18:16:08 +0200

 Hi,
 
 the following shorter code snippet exposes the same problem:
 
 ------------------------snip here--------------------------
 template <typename T> struct A
 {
   static const int t[1][1]={{0}};
 };
 ------------------------snip here--------------------------
 
 The code is still not quite legal, but is accepted by gcc 2.95.x and
 3.0.x (it is only rejected when "-pedantic" is specified).
 
 Alas, the 3.2 branch and the mainline issue an ICE on the code.
 That's definitely a regression and thus marked "high priority".
 
 Greetings,
 Volker Reichelt
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8036
 
 


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