This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Internal compiler error in `loop_iterations', at unroll.c:3689


Version: GCC 2.95.2
System: Linux 2.2.13, PIII, glibc-2.1.2, binutils-2.9.5.0.16

The command line:

/opt/gcc-2.95.2/bin/gcc -v --save-temps -V 2.95.2 -b i686-pc-linux-gnu -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -O1 -funroll-loops -I. -I../libio -I../libio/stdio -DNLS -I../nls  -DYP -DNO_SHADOW  -D_GNU_SOURCE -DSTDC_HEADERS -DUSG -DDIRENT -DSYSV -DUSE_BSD_REGEX -D_LIBC -DINTERNAL_LINUX_C_LIB -D_REENTRANT  -Wall -Wstrict-prototypes -Wmissing-prototypes -funsigned-char -I../internal -nostdinc -I../../include -I/opt/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/include -DTZDIR='"/usr/lib/zoneinfo:/usr/share/zoneinfo"' -DALTZONE -c bsdtime.c -o ../elfstatic/libc/bsdtime.o

The output:

Reading specs from /opt/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /opt/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/cpp -lang-c -nostdinc -v -I. -I../libio -I../libio/stdio -I../nls -I../internal -I../../include -I/opt/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/include -D__GNUC__=2 -D__GNUC_MINOR__=95 -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__CHAR_UNSIGNED__ -D__OPTIMIZE__ -Wall -Wstrict-prototypes -Wmissing-prototypes -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di486 -D__i486 -D__i486__ -DNLS -DYP -DNO_SHADOW -D_GNU_SOURCE -DSTDC_HEADERS -DUSG -DDIRENT -DSYSV -DUSE_BSD_REGEX -D_LIBC -DINTERNAL_LINUX_C_LIB -D_REENTRANT -DTZDIR="/usr/lib/zoneinfo:/usr/share/zoneinfo" -DALTZONE bsdtime.c bsdtime.i
GNU CPP version 2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 .
 ../libio
 ../libio/stdio
 ../nls
 ../internal
 ../../include
 /opt/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/include
End of search list.
The following default directories have been omitted from the search path:
 /opt/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
 /usr/local/include
 /opt/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../i686-pc-linux-gnu/include
 /opt/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/include
 /usr/include
End of omitted list.
 /opt/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/cc1 bsdtime.i -mcpu=i486 -march=i486 -quiet -dumpbase bsdtime.c -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -O1 -Wall -Wstrict-prototypes -Wmissing-prototypes -version -funroll-loops -funsigned-char -o bsdtime.s
GNU C version 2.95.2 19991024 (release) (i686-pc-linux-gnu) compiled by GNU C version 2.95.2 19991024 (release).
bsdtime.c: In function `asctime_r':
bsdtime.c:1384: warning: `0' flag ignored with precision specifier and `d' format
bsdtime.c:1384: warning: `0' flag ignored with precision specifier and `d' format
bsdtime.c:1384: warning: `0' flag ignored with precision specifier and `d' format
bsdtime.c: In function `time2':
bsdtime.c:1601: Internal compiler error in `loop_iterations', at unroll.c:3689
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

preprocessed output is attached, compressed by bzip2

bsdtime.i.bz2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]