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]

Build failure in gcc version 2.96 20000314 (experimental)



I encountered the following problem in building the lastest snapshot
on an i686-linux-2.2.14-gnulibc-2.1.3 box with the following BOOT_CFLAGS:

-O3 -march=pentiumpro -funroll-loops -fomit-frame-pointer
 -fstrict-aliasing -fforce-mem -fforce-addr -ffast-math -malign-double

echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B/usr/local/i686-pc-linux-gnu/bin/ -B./ -I/usr/local/i686-pc-linux-gnu/include -S tmp-dum.c
xgcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [s-under] Error 1

No .s file is generated, even if -save-temps is specified.  The .i file
is OK AFAIK:

# 1 "tmp-dum.c"
int xxy_us_dummy;


David

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