Adriaan van Os wrote:
Frank Heckenbach wrote:
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).
The Ada for Mac OS X project has a trampoline patch to libgcc.a. It fixes 12 out of 66 testsuite failures. I will post the source code of the patch, as soon as I have it.
OK, that's one bunch. I hope it gets integrated into GCC soon.
Leaves the nonlocal goto bug ...
Backtraces are at the bottom of this messages. It seems that Mac OS X doesn't like Mr. "R" ....
The read tests are quite heavy on stack usage. If you can increase the system limit (ulimit etc.), you might want try that. But I'm changing them now to reduce stack usage, so in the next GPC version, they might work (unless it's actually another bug).
Frank