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: =?iso-8859-1?Q?Pop_S=E9bastian?= <pop@gauvain.u-strasbg.fr>
To: Gabriel Dos Reis <gdr@integrable-solutions.net>
Cc: Jason Merrill <jason@redhat.com>,
	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: Mon, 7 Oct 2002 23:14:02 +0200

 > 
 > | What about the following patch for solving the PR following the first suggestion?
 > 
 > Does it handle similar constructs where you replace
 > __PRETTY_FUNCTION__ with another id-expression?  I'm under the
 > impression that it does not.
 > 
 
 I tested the patch with "make check-c++" and results are exactly the same as on the
 original version.
 
                 === g++ Summary ===
 
 # of expected passes            6979
 # of unexpected failures        598
 # of unexpected successes       1
 # of expected failures          91
 # of untested testcases         9
 # of unsupported tests          3
 /home/pop/gcc/main/bin/gcc/testsuite/../g++ version gcc 3.3 20021005 (experimental)
 
                 === libstdc++-v3 Summary ===
 
 # of expected passes            397
 # of unexpected failures        16
 # of unexpected successes       1
 # of expected failures          26
 
 
 
 Sebastian


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