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: Jason Merrill <jason@redhat.com>
To: Pop =?iso-8859-1?q?S=E9bastian?= <pop@gauvain.u-strasbg.fr>
Cc: Reichelt <reichelt@igpm.rwth-aachen.de>, gcc-gnats@gcc.gnu.org,
	y_fedor@ciam.ru, gcc-patches@gcc.gnu.org
Subject: Re: c++/8067: g++ 3.2 internal error: Segmentation fault
Date: Tue, 01 Oct 2002 10:44:24 +0100

 Thanks, but your patch is just a workaround; the problem is that we think
 we're dealing with a variable declared in the for-init-stmt, but we really
 aren't.  Either we need to add more tests to the enclosing if, or we need
 to change current_binding_level when pushing __PRETTY_FUNCTION__.
 
 Jason
 


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