This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8564: internal compiler error in find_function_data, at function.c:329 with g++ 3.2
- From: Volker Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: gcc-gnats at gcc dot gnu dot org, vaniwaar at ca dot metsci dot com, ron at vaniwaarden dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Thu, 14 Nov 2002 12:21:58 +0100
- Subject: Re: c++/8564: internal compiler error in find_function_data, at function.c:329 with g++ 3.2
Hi,
here's an even shorter example:
----------------------------snip here--------------------------
struct A { static char* p; };
int i = 1;
char* A::p = new char[i];
void foo() {}
----------------------------snip here--------------------------
BTW, the same bug was reported in PR 7473.
Greetings,
Volker
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7473
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8564