This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/6706: internal error: Segmentation fault
- From: Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: gcc-gnats at gcc dot gnu dot org, jblinka at neo dot rr dot com, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Wed, 12 Jun 2002 18:56:03 +0200
- Subject: Re: c++/6706: internal error: Segmentation fault
Hi,
the testcase can be reduced to the following code snippet
(just compile using "g++ -gdwarf -c"):
---------------------snip here--------------------
void foo()
{
int i=1, x[i];
}
---------------------snip here--------------------
Greetings,
Volker Reichelt
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6706