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]

Segmentation fault on alphaev56-dec-osf5.0 with GCC from CVS


I updated from CVS 10/26/200.

$ ./xgcc -v --save-temps -B./ -B/usr/local/alphaev56-dec-osf5.0/bin/ -isystem /usr/local/alphaev56-dec-osf5.0/include -O2   -DIN_GCC    -g -W -Wall  -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -Wno-long-long -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I../../gcc -I../../gcc/config -I../../gcc/../include -DUSE_COLLECT2 -DL_fixtfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixtfdi.o |& tee /tmp/gcc
Reading specs from ./specs
Configured with:  --enable-languages=c,c++
gcc version 2.97 20001026 (experimental)
 ./cpp0 -lang-c -v -I. -I../../gcc -I../../gcc/config -I../../gcc/../include -iprefix ./../lib/gcc-lib/alphaev56-dec-osf5.0/2.97/ -isystem ./include -isystem /usr/local/alphaev56-dec-osf5.0/bin/include -D__GNUC__=2 -D__GNUC_MINOR__=97 -D__GNUC_PATCHLEVEL__=0 -Dunix -D__osf__ -D_LONGLONG -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__unix__ -D__osf__ -D_LONGLONG -D__SYSTYPE_BSD__ -D_SYSTYPE_BSD -D__unix -D__SYSTYPE_BSD -Asystem(unix) -Asystem(xpg4) -D__OPTIMIZE__ -D__STDC_HOSTED__=1 -g -g1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -D__LANGUAGE_C__ -D__LANGUAGE_C -DLANGUAGE_C -Acpu(alpha) -Amachine(alpha) -D__alpha -D__alpha__ -D__alpha_ev5__ -Acpu(ev5) -D__alpha_bwx__ -Acpu(bwx) -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DUSE_COLLECT2 -DL_fixtfdi -isystem /usr/local/alphaev56-dec-osf5.0/include -isystem ./include ../../gcc/libgcc2.c libgcc2.i
GNU CPP version 2.97 20001026 (experimental) (cpplib)
ignoring nonexistent directory "/usr/local/alphaev56-dec-osf5.0/bin/include"
ignoring nonexistent directory "../lib/gcc-lib/alphaev56-dec-osf5.0/2.97/include"
ignoring nonexistent directory "../alphaev56-dec-osf5.0/include"
ignoring duplicate directory "include"
ignoring duplicate directory "/usr/local/alphaev56-dec-osf5.0/include"
#include "..." search starts here:
#include <...> search starts here:
 .
 ../../gcc
 ../../gcc/config
 ../../include
 include
 /usr/local/alphaev56-dec-osf5.0/include
 /usr/local/include
 /usr/local/lib/gcc-lib/alphaev56-dec-osf5.0/2.97/include
 /usr/include
End of search list.
 ./cc1 libgcc2.i -quiet -dumpbase libgcc2.c -g -g1 -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -version -fPIC -o libgcc2.s
GNU C version 2.97 20001026 (experimental) (alphaev56-dec-osf5.0) compiled by GNU C version 2.96 20000713 (experimental).
../../include/getopt.h:114: warning: function declaration isn't a prototype
../../gcc/libgcc2.c: In function `__fixtfti':
../../gcc/libgcc2.c:875: Internal error: Segmentation fault.
   Please submit a full bug report.
   See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

libgcc2 preprocessed file



Drew

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