c++/8067: g++ 3.2 internal error: Segmentation fault

Reichelt reichelt@igpm.rwth-aachen.de
Mon Sep 30 09:56:00 GMT 2002


Hi,

the problem can be demonstated with just a single line of (legal) code:

------------------snip here---------------------
void foo() { for ( __PRETTY_FUNCTION__ ; ; ) ; }
------------------snip here---------------------

The error (using gcc 3.1, 3.2 or the main trunk) is
(checked on mips-sgi-irix6.5 and i686-pc-linux-gnu):

PR8067.cc: In function `void foo()':
PR8067.cc:1: internal error: Segmentation fault
Please submit a full bug report, [etc.]

Since the code compiles fine with gcc 3.0.x, this is a regression.
Thus, the PR should be marked "high priority".

Greetings,
Volker Reichelt

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8067




More information about the Gcc-bugs mailing list