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


Hi there,

while playing around with one of my programs, I stumbled across an
internal compiler error. Attached you can find the *.ii file. Here is
the compiler's command line output:

ssa6 >/users/user2/ckraus/UTools/gcc/bin/g++ -v --save-temps -o Nm2DB.o
-g -Wall -fexceptions -Wall -Wno-unused -D__OMNIORB2__  -DUsePthread
-D_REENTRANT  -D__sparc__ -D__sunos__ -D__OSVERSION__=5
-I/users/user2/ckraus/UTools/gcc/include/ -I. -I../include -c
../Nm2DB.cxx
Reading specs from
/users/user2/ckraus/UTools/gcc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/s
pecs
gcc version 2.95.2 19991024 (release)
 
/users/user2/ckraus/UTools/gcc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/c
pp -lang-c++ -v -I/users/user2/ckraus/UTools/gcc/include/ -I.
-I../include -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 -g -Wall -Wall -Wno-unused
-D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc) -D__OMNIORB2__
-DUsePthread -D_REENTRANT -D__sparc__ -D__sunos__ -D__OSVERSION__=5
../Nm2DB.cxx Nm2DB.ii
GNU CPP version 2.95.2 19991024 (release) (sparc)
#include "..." search starts here:
#include <...> search starts here:
 /users/user2/ckraus/UTools/gcc/include
 .
 ../include
 /users/user2/ckraus/UTools/gcc
 
/users/user2/ckraus/UTools/gcc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/.
./../../../sparc-sun-solaris2.7/include
 
/users/user2/ckraus/UTools/gcc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/i
nclude
 /usr/include
End of search list.
The following default directories have been omitted from the search
path:
 /users/user2/ckraus/UTools/gcc/lib/include
End of omitted list.
 
/users/user2/ckraus/UTools/gcc/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/c
c1plus Nm2DB.ii -quiet -dumpbase Nm2DB.cc -g -Wall -Wall -Wno-unused
-version -fexceptions -o Nm2DB.s
GNU C++ version 2.95.2 19991024 (release) (sparc-sun-solaris2.7)
compiled by GNU C version 2.95.2 19991024 (release).
../Nm2DB.cxx: In method `bool
Nm2DB::m_deriveLinks(basic_string<char,string_char_traits<char>,__defaul
t_alloc_template<false,0> >,
basic_string<char,string_char_traits<char>,__default_alloc_template<fals
e,0> >)':
../Nm2DB.cxx:132: Internal compiler error 390.
../Nm2DB.cxx:132: Please submit a full bug report.
../Nm2DB.cxx:132: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.

Hope that helps,
  Carsten

 <<Nm2DB.ii.gz>> 

Nm2DB.ii.gz


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