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]

Solaris 2.5.1, gcc 20000501, ICE with optimization


This compiles successfully if -O is removed. The signal 11 is consistent.


mushroom...PM>g++ -c -O -v -save-temps CallPattern.cc
Reading specs from 
/afs/jpl.nasa.gov/home/m/mckelvey/private/Software/lib/gcc-lib/sparc-sun-solaris
2.5.1/2.96/specs
gcc version 2.96 20000501 (experimental)
 
/afs/jpl.nasa.gov/home/m/mckelvey/private/Software/lib/gcc-lib/sparc-sun-solaris
2.5.1/2.96/cpp -lang-c++ -v -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=96 
-D__GNUC_PATCHLEVEL__=0 -D__cplusplus -Dsparc -Dsun -Dunix -D__svr4__ -D__SVR4 
-D__sparc__ -D__sun__ -D__unix__ -D__svr4__ -D__SVR4 -D__sparc -D__sun -D__unix 
-Asystem(unix) -Asystem(svr4) -D__EXCEPTIONS -D__OPTIMIZE__ 
-D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc) CallPattern.cc 
CallPattern.ii
GNU CPP version 2.96 20000501 (experimental) (cpplib)
 (sparc)
#include "..." search starts here:
#include <...> search starts here:
 /afs/jpl.nasa.gov/home/m/mckelvey/private/Software/include/g++-3
 /usr/local/include
 
/afs/jpl.nasa.gov/home/m/mckelvey/private/Software/lib/gcc-lib/sparc-sun-solaris
2.5.1/2.96/include
 
/afs/jpl.nasa.gov/home/m/mckelvey/private/Software/sparc-sun-solaris2.5.1/includ
e
 /usr/include
End of search list.
 
/afs/jpl.nasa.gov/home/m/mckelvey/private/Software/lib/gcc-lib/sparc-sun-solaris
2.5.1/2.96/cc1plus CallPattern.ii -quiet -dumpbase CallPattern.cc -O -version -o 
CallPattern.s
GNU C++ version 2.96 20000501 (experimental) (sparc-sun-solaris2.5.1) compiled 
by GNU C version 2.96 20000501 (experimental).
g++: Internal compiler error: program cc1plus got fatal signal 11
mushroom...PM>

debug.tar.bz2


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