This is the mail archive of the gcc-prs@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


The following reply was made to PR c++/8067; it has been noted by GNATS.

From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
        y_fedor@ciam.ru
Cc:  
Subject: Re: c++/8067: g++ 3.2 internal error: Segmentation fault
Date: Mon, 30 Sep 2002 19:35:23 +0200

 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]