This is the mail archive of the
gcc-prs@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: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 7 Oct 2002 21:26:01 -0000
- Subject: Re: c++/8067: g++ 3.2 internal error: Segmentation fault
- Reply-to: Pop Sébastian <pop at gauvain dot u-strasbg dot fr>
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