This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
ICE in GCC 2.96 20000523 (i686-pc-cygwin)
- To: gcc-bugs at gcc dot gnu dot org
- Subject: ICE in GCC 2.96 20000523 (i686-pc-cygwin)
- From: Peter Joachim <joachim at dialup dot nacamar dot de>
- Date: Wed, 24 May 2000 14:37:21 +0200
- Reply-To: joachim at dialup dot nacamar dot de
The CVS snapshot of GCC 2.96 20000523 (i686-pc-cygwin) experiences
an ICE if invoked with the following commandline:
//k/scratch/snapa/gco/stage3/xgcc -v --save-temps
-B//k/scratch/snapa/gco/stage3/ -march=pentiumpro -O1 -ffast-math -S
hsl.c
The file hsl.i is attached to this mail as hsl.i.bz2.
Both -ffast-math and -march=pentiumpro have to be specified to trigger
the ICE.
//k/scratch/snapcvs/gco/stage3/xgcc -v --save-temps
-B//k/scratch/snapcvs/gco/stage3/ -march=pentiumpro -O1 -ffast-math -S
hsl.c
Reading specs from //k/scratch/snapcvs/gco/stage3/specs
gcc version 2.96 20000523 (experimental)
//k/scratch/snapcvs/gco/stage3/cpp.exe -lang-c -v -iprefix
//k/scratch/snapcvs/gco/stage3/../lib/gcc-lib/i686-pc-cygwin/2.96/
-isystem //k/scratch/snapcvs/gco/include -isystem
//k/scratch/snapcvs/gco/stage3/include -D__GNUC__=2
-D__GNUC_MINOR__=96 -D__GNUC_PATCHLEVEL__=0 -D_WIN32 -DWINNT -D_X86_=1
-D_WIN32 -D__WINNT__ -D_X86_=1 -D__WINNT -Asystem(winnt)
-D__OPTIMIZE__ -D__FAST_MATH__ -remap -Acpu(i386) -Amachine(i386)
-Di386 -D__i386 -D__i386__ -D__pentiumpro -D__pentiumpro__
-D__tune_pentiumpro__ -D__stdcall=__attribute__((__stdcall__))
-D__cdecl=__attribute__((__cdecl__))
-D_stdcall=__attribute__((__stdcall__))
-D_cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x))
-D__CYGWIN32__ -D__CYGWIN__ hsl.c hsl.i
GNU CPP version 2.96 20000523 (experimental) (cpplib)
(80386, BSD syntax)
ignoring nonexistent directory
`//k/scratch/snapcvs/gco/stage3/include'
ignoring nonexistent directory
`//k/scratch/snapcvs/gco/lib/gcc-lib/i686-pc-cygwin/2.96/include'
ignoring nonexistent directory
`//k/scratch/snapcvs/gco/i686-pc-cygwin/include'
ignoring nonexistent directory `/usr/local/include'
ignoring nonexistent directory
`/usr/local/lib/gcc-lib/i686-pc-cygwin/2.96/include'
ignoring nonexistent directory `/usr/local/i686-pc-cygwin/include'
ignoring nonexistent directory `/usr/include'
#include "..." search starts here:
#include <...> search starts here:
//k/scratch/snapcvs/gco/include
End of search list.
//k/scratch/snapcvs/gco/stage3/cc1.exe hsl.i -quiet -dumpbase hsl.c
-march=pentiumpro -O1 -version -ffast-math -o hsl.s
GNU C version 2.96 20000523 (experimental) (i686-pc-cygwin) compiled
by GNU C version 2.96 20000523 (experimental).
hsl.c: In function `hsl2rgb':
hsl.c:114: Internal compiler error in `gen_reg_rtx', at emit-rtl.c:538
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [hsl.s] Error 1
hsl.i.bz2