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 from g++ 2.95.1 on i386-pc-solaris2.5.1


The output of g++ -v follows.
The preprocessed input is attached, and the internal error is
reproduces when compiling this preprocessed input.

Internal error disappeares if I remove -g flag.
Internal error doesn't appear on this file with the same version of
g++ on sparc-linux and sparc-solaris2.6 achitectures.

yoush@tornado:/disk7/tmp/mon> g++ -v --save-temps -c -g -fno-implicit-templates
-o __mm_prg.o __mm_prg.cpp
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.5.1/2.95.1/specs
gcc version 2.95.1 19990816 (release)
 /usr/local/lib/gcc-lib/i386-pc-solaris2.5.1/2.95.1/cpp -lang-c++ -v -D__GNUC__=
2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -Dunix -D__svr4__ -D__SVR4 -Dsu
n -D__unix__ -D__svr4__ -D__SVR4 -D__sun__ -D__unix -D__sun -Asystem(svr4) -D__E
XCEPTIONS -g -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ __mm_prg.cpp
 __mm_prg.ii
GNU CPP version 2.95.1 19990816 (release) (i386 System V Release 4)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/lib/gcc-lib/i386-pc-solaris2.5.1/2.95.1/../../../../include/g++-3
 /usr/local/include
 /usr/local/lib/gcc-lib/i386-pc-solaris2.5.1/2.95.1/../../../../i386-pc-solaris2
.5.1/include
 /usr/local/lib/gcc-lib/i386-pc-solaris2.5.1/2.95.1/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /usr/local/lib/gcc-lib/i386-pc-solaris2.5.1/2.95.1/cc1plus __mm_prg.ii -quiet -
dumpbase __mm_prg.cc -g -version -fno-implicit-templates -o __mm_prg.s
GNU C++ version 2.95.1 19990816 (release) (i386-pc-solaris2.5.1) compiled by GNU
 C version 2.95.1 19990816 (release).
__mm_prg.cpp:203: Internal compiler error in `dwarfout_finish', at dwarfout.c:61
02
Please submit a full bug report.

__mm_prg.ii.bz2


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