On 4-nov-05, at 22:38, Waldek Hebisch wrote:
I have put a gpc snapshot on my GPC web page http://www.math.uni.wroc.pl/~hebisch/gpc
Thanks for the snapshot !
On Mac OS X 10.3, there were no problems building and installing. Also, the testsuite looks good.
[G5:gcc/p/test] adriaan% make EXTRA_PFLAGS=--longjmp-all-nonlocal-labels rm -f *.dat *.o *.s *.i *.gpi *.gpd *.gpc core a.out stderr.out *.exe testmake.tmp dummy.c dummy.pas dummy.out diff_cr*.tmp fixcr fixcr.exe rm -f todo/a.out todo/*.exe todo/*.o todo/*.s todo/*.i todo/*.gpi todo/*.gpd todo/core GP= PC="gpc" PFLAGS=" --autobuild -g -O3 -W -Wall -Wno-unused --longjmp-all-nonlocal-labels " PFLAGS_NO_PATHS="-g -O3 -W -Wall -Wno-unused --longjmp-all-nonlocal-labels " SRCDIR="." TEST_MAKE_FLAG=test-make-flag "./test_run" "*.pas" | tee test_log | "./test_sum" -d Test Run By adriaan on 2005-11-05 01:08:29 Native configuration is powerpc-apple-darwin7 (G5.local)
=== gpc tests ===
Running target any Running testsuite ...
UNSUPPORTED: agettext2test.pas UNSUPPORTED: agettexttest.pas UNSUPPORTED: aregextest.pas UNSUPPORTED: asmtest.pas UNSUPPORTED: fjf165a.pas FAIL: fjf998r.pas UNSUPPORTED: gmptest.pas UNSUPPORTED: longr2.pas FAIL: systemtest.pas
=== gpc Summary ===
# of tests 4965 # of expected passes 4956 # of unexpected failures 2 # of unsupported tests 7
gpc version 20051104, based on gcc-3.4.4
On OS X, I am adding the following patch.
--- gpc-options.h.orig Tue Oct 25 04:36:18 2005 +++ gpc-options.h Sat Nov 5 01:50:39 2005 @@ -85,6 +85,9 @@ "-fno-pedantic", "-ftyped-address", "-fassertions", + #if defined (__MACH__) && defined (__APPLE__) && defined (__POWERPC__) + "-flongjmp-all-nonlocal-labels", + #endif "-Wwarnings", "-Wimplicit-abstract", "-Winherited-abstract",
Regards,
Adriaan van Os