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 390 - gcc 2.95.2 - SunOS


Hello,
I've found an "Internal compiler error 390" ...
gcc 2.95.2
System: Sun Ultra5, SunOS 5.6
(output from uname -a: SunOS neith.ethz.ch 5.6 Generic_105181-16 sun4u sparc 
SUNW,Ultra-5_10)

Command used:
gcc -v --save-temps -I/usr/pack/blitz-0.4a0903-pg/blitz-1
9980903/egcs -L/usr/pack/blitz-0.4a0903-pg/blitz-19980903/egcs/lib -c OLEDsimstr
.cpp -lm -lblitz

Attached: output
I tried to send the .ii file but the mailserver refuses the message (even 
bzipped is bigger than 100000 Bytes). Please tell me where to send the full bug 
report or upload the file.


I tried to compile the same code with KCC and everything ran fine, so it's a gcc 
problem.

Can someone suggest a workaround ?

Thank you very much, Paolo.

Reading specs from /usr/pack/gcc-2.95.2-to/sol26/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/pack/gcc-2.95.2-to/sol26/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/cpp -lang-c++ -v -I/usr/pack/blitz-0.4a0903-pg/blitz-19980903/egcs -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -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__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc) OLEDsimstr.cpp OLEDsimstr.ii
GNU CPP version 2.95.2 19991024 (release) (sparc)
#include "..." search starts here:
#include <...> search starts here:
 /usr/pack/blitz-0.4a0903-pg/blitz-19980903/egcs
 /usr/pack/gcc-2.95.2-to/sol26/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/../../../../include/g++-3
 /usr/pack/gcc-2.95.2-to/sol26/include
 /usr/pack/gcc-2.95.2-to/sol26/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/../../../../sparc-sun-solaris2.6/include
 /usr/pack/gcc-2.95.2-to/sol26/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /usr/pack/gcc-2.95.2-to/sol26/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/cc1plus OLEDsimstr.ii -quiet -dumpbase OLEDsimstr.cc -version -o OLEDsimstr.s
GNU C++ version 2.95.2 19991024 (release) (sparc-sun-solaris2.6) compiled by GNU C version egcs-2.91.66 19990314 (egcs-1.1.2 release).
OLEDsimstr.cpp: In method `void Oled::doStep()':
OLEDsimstr.cpp:484: Internal compiler error 390.
OLEDsimstr.cpp:484: Please submit a full bug report.
OLEDsimstr.cpp:484: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

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