Int. Comp. Error - 19990525 Snapshot
Eric Raskin
ehr@listworks.com
Wed May 26 12:35:00 GMT 1999
Hello all!
I've got an internal compiler error message from c++ on my DG/UX Intel
platform (patches submitted to Jeffrey for inclusion :-)). The
pre-processed file causing the error is included in two parts in two
following posts. Just bunzip2 them and cat them together to get the original
input file. That 100k message limit is tough! The command line/error is:
$
c++ -v --save-temps -D__MICO_ORB__ -I../include -O -fno-exceptions -fexce
ptions -I/usr/local/include -c orb.cc -o orb.o
Reading specs from
/usr/local/egcs/lib/gcc-lib/i586-dg-dguxR4.20MU03/gcc-2.95/specs
gcc version gcc-2.95 19990524 (prerelease)
/usr/local/egcs/lib/gcc-lib/i586-dg-dguxR4.20MU03/gcc-2.95/cpp -lang-c++ -v
-I../include -I/usr/local/include -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__
=95 -D__cplusplus -Di386 -D__ix86 -D__using_DGUX -D__CLASSIFY_TYPE__=2 -D__i
386__ -D__ix86 -D__using_DGUX -D__CLASSIFY_TYPE__=2 -D__i386 -Asystem(unix)
-Asystem(svr4) -Acpu(i386) -Amachine(i386) -D__EXCEPTIONS -D__OPTIMIZE__ -D_
_OPEN_NAMESPACE__ -D__MICO_ORB__ orb.cc orb.ii
GNU CPP version gcc-2.95 19990524 (prerelease) (ix86 DG/ux, $Revision: 1.6
$, May 25 1999)
#include "..." search starts here:
#include <...> search starts here:
../include
/usr/local/include
/usr/local/egcs/lib/gcc-lib/i586-dg-dguxR4.20MU03/gcc-2.95/../../../../inclu
de/g++-2
/usr/local/include
/usr/local/egcs/lib/gcc-lib/i586-dg-dguxR4.20MU03/gcc-2.95/../../../../i586-
dg-dguxR4.20MU03/include
/usr/local/egcs/lib/gcc-lib/i586-dg-dguxR4.20MU03/gcc-2.95/include
/usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
/usr/local/egcs/lib/gcc-lib/i586-dg-dguxR4.20MU03/gcc-2.95/cc1plus
orb.ii -quiet -dumpbase orb.cc -O -version -fno-exceptions -fexceptions -o
orb.s
GNU C++ version gcc-2.95 19990524 (prerelease) (i586-dg-dguxR4.20MU03)
compiled by GNU C version gcc-2.95 19990524 (prerelease).
In file included from orb.cc:35:
../include/mico/poa_impl.h: In method `POA_Policy<T,V>::POA_Policy(long
unsigned int, V)':
../include/mico/poa_impl.h:45: Internal compiler error.
../include/mico/poa_impl.h:45: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
../include/mico/poa_impl.h:45: See
<URL: http://egcs.cygnus.com/faq.html#bugreport > for details.
$
I'm trying to build the MICO CORBA ORB package with the latest egcs
compiler. I was able to build it using 2.8.1. Any help will be greatly
appreciated -- I don't have a clue on how to go about debugging this myself!
TIA
----------------------------------------------------------------------------
----------------
Eric H. Raskin Voice: 914-769-7100 x321
President, CSC Division Fax: 914-769-8070
The Listworks Corp. E-Mail: ehr@listworks.com
1 Campus Drive
Pleasantville, NY 10570
More information about the Gcc-bugs
mailing list