Mail Archives: pgcc/1999/07/03/15:36:50
Hi. While trying to compile POVRAY, get this:
[w00t AT w00t unix]$ /opt/pgcc/bin/pgcc -O5 -funroll-loops -fomit-frame-pointer
-frerun-cse-after-loop -fthread-jumps -fschedule-insns2 -fmemoize-lookups
-finline-functions -ffast-math -c -malign-functions=2 -malign-jumps=2
-malign-loops=2 -mk6 -march=k6 -fforce-mem -fforce-addr -fstrength-reduce
-malign-double -DCOMPILER_VER=\".`uname`./opt/pgcc/bin/pgcc\"
-DPOV_LIB_DIR=\"/usr/local/lib/povray31\" -I. -I.. -I../libpng -I../zlib
../atmosph.c
pgcc: Internal compiler error: program cc1 got fatal signal 4
[w00t AT w00t unix]$ pgcc: Internal compiler error: program cc1 got fatal signal 4
[w00t AT w00t unix]$ make: *** [atmosph.o] Error 1
This does not happen with -O6. Also PGCC produces very slow POVRAY binary with the
above and -O6 instead, compared to EGCS with -mpentiumpro and -O3, and no
-malign-double option instead of above.
My PGCC binary is 1.1.3 from Foray.
- Raw text -