This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
CVS-20000115: ICE in `loop_iterations', at unroll.c:3709
- To: gcc-bugs at gcc dot gnu dot org
- Subject: CVS-20000115: ICE in `loop_iterations', at unroll.c:3709
- From: Manfred Hollstein <mhollstein at cygnus dot com>
- Date: Sun, 16 Jan 2000 19:55:02 +0100 (MET)
- Reply-To: Manfred Hollstein <manfred dot h at gmx dot net>
Compiling the attached file using a cross compiler linux x arm-elf
results in:
ecvtbuf.c: In function `print_f':
ecvtbuf.c:33: Internal compiler error in `loop_iterations', at unroll.c:3709
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
This snippet is an extract from the file in newlib-1.8.1.
Compiler sources checked out from CVS mainline at
2000/01/15 16:13:47 +0100
It was configured like this:
env CC=i686-redhat6-linux-gnu-gcc \
AR=/opt/gnu/i686-redhat6-linux-gnu/bin/ar \
AS=/opt/gnu/i686-redhat6-linux-gnu/bin/as \
NM=/opt/gnu/i686-redhat6-linux-gnu/bin/nm \
RANLIB=/opt/gnu/i686-redhat6-linux-gnu/bin/ranlib \
CFLAGS='-O2' CXXFLAGS='-O2 -g' LDFLAGS=-s \
/bin/sh ../egcs-20000115/configure --build=i686-redhat6-linux-gnu \
--host=i686-redhat6-linux-gnu --target=arm-elf \
--srcdir=../egcs-20000115 --prefix=/opt/gnu --with-gnu-as \
--with-gnu-ld --enable-version-specific-runtime-libs \
--with-local-prefix=/opt/gnu --enable-languages=c++ \
--enable-nls --verbose
Buildtools:
gcc-2.95.2
binutils snapshot from sourceware at 2000/01/15 16:02:17 +0100
Oops, I just recognized, the same happens with a native gcc...
Cheers.
l8er
manfred
ecvtbuf.c.gz