jan.ruzicka@comcast.net wrote:
The gpc -v gives:
Reading specs from /sw/lib/gcc-lib/powerpc-apple-darwin/3.3.2/specs Configured with: ./gpc-332d1/configure --prefix=/sw --enable-languages=c,pascal --enable-threads=posix --infodir=/sw/src/root-gpc-3.3.2d1-7/sw/share/info --mandir=/sw/src/root-gpc-3.3.2d1-7/sw/share/man --target=powerpc-apple-darwin Thread model: posix gpc version 20030830, based on gcc-3.3.2
(sorry it seems to be a dated one gpc version 20030830)
Yes, I already wondered. I hope to make a new gpc for Mac OS X available soon, based on gpc-20041218 and gcc-3.4. The fink release will follow, I assume.
I left tests to run overnight and the test_run interrupted the test by itself: TEST fjf949.pas: ./test_run: line 336: 12525 Cputime limit exceeded ./"$A_OUT" "$1" the tests ended with :
This test isn't in the testsuite for gpc-20030830, so you are running the wrong testsuite (see http://www.microbizz.nl/gpc332d1.src.tar.bz2 for the one that came with gpc-20030830).
TEST fproc.pas: 9,23117273c9,11 < ake_delayed_ 8 formal print =Stack frame: -1 formal print = non-local jump and followed by 5729091 similar lines: ending : < ake_delayed_ 8 formal print =Stack frame:-5729092 formal print = non-local jump
Known issue (try --longjmp-all-nonlocal-labels).
When I try to run the test trough make it crashes with message: *** malloc: vm_allocate(size=2147487744) failed (error code=3) *** malloc[14647]: error: Can't allocate region
Strange, because this looks like the systemtest.pas test that fails because of a bug in Mac OS X. Does it crash immediately on "make" ? What about the testsuite that came with gpc-20030830 ?
Regards,
Adriaan van Os