This is the mail archive of the gcc-bugs@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++/8067: g++ 3.2 internal error: Segmentation fault


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



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