This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8036: ICE on initialization of static const member
- From: Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: gcc-gnats at gcc dot gnu dot org, meixner at informatik dot tu-darmstadt dot de, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Sun, 27 Oct 2002 18:16:08 +0200
- Subject: Re: c++/8036: ICE on initialization of static const member
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