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


Dear Developers,

when I tried to compile this peace of code I got an internal
compiler error. The program had compiled ok with gcc 2.7

I get the same error when trying to compile on a SPARC with g++ 2.8.1.

Commandline was: 

egcs -v --save-temps -DTCL_MAIN -c -o spxparmultpr.o spxparmultpr.cc

Output was:

Reading specs from /usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.90.27/specs
gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)
 /usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.90.27/cpp -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=90 -D__alpha -D__alpha__ -D__linux__ -D__linux -D_LONGLONG -Dlinux -Dunix -D__ELF__ -D__alpha -D__alpha__ -D__linux__ -D__linux -D_LONGLONG -D__linux__ -D__unix__ -D__ELF__ -D__linux -D__unix -Asystem(linux) -Acpu(alpha) -Amachine(alpha) -D__EXCEPTIONS -D__LANGUAGE_C__ -D__LANGUAGE_C -DLANGUAGE_C -D__LANGUAGE_C_PLUS_PLUS__ -D__LANGUAGE_C_PLUS_PLUS -D__cplusplus -DTCL_MAIN spxparmultpr.cc spxparmultpr.ii
GNU CPP version egcs-2.90.27 980315 (egcs-1.0.2 release) (Alpha Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/include/g++
 /usr/alpha-redhat-linux/include
 /usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.90.27/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.90.27/cc1plus spxparmultpr.ii -quiet -dumpbase spxparmultpr.cc -version -o spxparmultpr.s
GNU C++ version egcs-2.90.27 980315 (egcs-1.0.2 release) (alpha-redhat-linux) compiled by GNU C version egcs-2.90.27 980315 (egcs-1.0.2 release).
sorter.hh: In function `void sort(T *, int)':
In file included from spxparmultpr.cc:56:
sorter.hh:126: Internal compiler error.
sorter.hh:126: Please submit a full bug report to `egcs-bugs@cygnus.com'.

spxparmultpr.ii.bz2


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