This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8067: g++ 3.2 internal error: Segmentation fault
- From: Pop Sébastian <pop at gauvain dot u-strasbg dot fr>
- To: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Cc: Jason Merrill <jason at redhat dot com>,Reichelt <reichelt at igpm dot rwth-aachen dot de>, gcc-gnats at gcc dot gnu dot org,y_fedor at ciam dot ru, gcc-patches at gcc dot gnu dot org
- Date: Mon, 7 Oct 2002 23:14:02 +0200
- Subject: Re: c++/8067: g++ 3.2 internal error: Segmentation fault
- References: <200209301735.TAA97382@numa6.igpm.rwth-aachen.de> <20020930172844.GA5590@gauvain.u-strasbg.fr> <20020930195833.GD5590@gauvain.u-strasbg.fr> <wvln0pycx3b.fsf@prospero.cambridge.redhat.com> <20021006185950.GC6197@gauvain.u-strasbg.fr> <m3fzvj759y.fsf@soliton.integrable-solutions.net>
>
> | 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