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]

Unixware 2.1.2 g++ 2.95.2 internal compile error


I received the following error.  I was not able to attach the zipped .ii
file because of the 100K size limit (the zipped file is only 80K, go
figure).  The .ii file is available at: 
ftp://ftp.spanlink.com/pub/OUTGOING/DipSBFcns.ii.gz  

If the -g option is omitted, the error does not occur.  Please
let me know if you need any additional information.

Thanks for your help,

Jordan Wood
woodj@spanlink.com

g++ output:
----------------------------------------

	/usr/local/gnu/uw21/bin/g++ -v --save-temps -g -DCVIS7 -D_REENTRANT
-fexceptions -Wall -I ../../include -I ../../SplkStd/include -I
../../SplkSocket/include -I /project/CoreModules/work/include -I
/att/include -I /project/CoreModules/work/include -c DipSBFcns.cpp 
Reading specs from
/usr/local/gnu/lib/gcc-lib/i386-univel-sysv4.2MP/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/local/gnu/lib/gcc-lib/i386-univel-sysv4.2MP/2.95.2/cpp -lang-c++
-v -I ../../include -I ../../SplkStd/include -I ../../SplkSocket/include
-I /project/CoreModules/work/include -I /att/include -I
/project/CoreModules/work/include -D__GNUC__=2 -D__GNUG__=2
-D__GNUC_MINOR__=95 -D__cplusplus -Di386 -Dunix -D__svr4__ -D__i386__
-D__unix__ -D__svr4__ -D__i386 -D__unix -Asystem(unix) -Asystem(svr4)
-Acpu(i386) -Amachine(i386) -D__EXCEPTIONS -g -Wall -DCVIS7 -D_REENTRANT
DipSBFcns.cpp DipSBFcns.ii
GNU CPP version 2.95.2 19991024 (release) (i386 System V Release 4)
#include "..." search starts here:
#include <...> search starts here:
 ../../include
 ../../SplkStd/include
 ../../SplkSocket/include
 /project/CoreModules/work/include
 /att/include
 /project/CoreModules/work/include
 /usr/local/gnu/include/g++
 /usr/local/gnu/include

/usr/local/gnu/lib/gcc-lib/i386-univel-sysv4.2MP/2.95.2/../../../../i386-univel-sysv4.2MP/include
 /usr/local/gnu/lib/gcc-lib/i386-univel-sysv4.2MP/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/local/gnu/lib/gcc-lib/i386-univel-sysv4.2MP/2.95.2/cc1plus
DipSBFcns.ii -quiet -dumpbase DipSBFcns.cc -g -Wall -version
-fexceptions -o DipSBFcns.s
GNU C++ version 2.95.2 19991024 (release) (i386-univel-sysv4.2MP)
compiled by GNU C version 2.95.2 19991024 (release).
/usr/local/gnu/include/g++/stl_map.h:76: Internal compiler error in
`dwarfout_finish', at dwarfout.c:6102
Please submit a full bug report.
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]