Sender: w00t AT recom1 DOT recom DOT com Message-ID: <377E6575.6399D8A6@recomnet.net> Date: Sat, 03 Jul 1999 15:33:09 -0400 From: Dan Melomedman X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.2.5-22 i586) X-Accept-Language: en MIME-Version: 1.0 To: pgcc AT delorie DOT com Subject: INTERNAL COMPILER ERROR References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: pgcc AT delorie DOT com 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.