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


> 
> | 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]