Adriaan van Os wrote:
Below are the results of the testsuite for gpc-20021128 with gcc-3.2.1 on Mac OS X.2.3 (Darwin 6.3).
I can send in more information as needed.
Apparently there are bugs with nonlocal gotos (this also happens on Linux/S390) and trampolines (I've seen this reported on Solaris, but I think only with earlier GCC versions).
Both seem to be backend-bugs (maybe fixed in the patches), and can probably reproduced in C if that helps the backend people to fix them ...
About the other bugs, someone might have to do some more debugging ...
P.S. Same results with -gstabs
Just to be sure, did you write `EXTRA_TEST_PFLAGS=-gstabs' (not CFLAGS or so)? Did you also try with `-g0'?
Frank