internal compiler error

Lin Tzy Li lintzyli@dcc.unicamp.br
Mon May 31 21:06:00 GMT 1999


	Hi! I was testing std::findif (I'm beginner in STL) to fit to my
problem when error occurred in my last compilation. I'll try to do
anything else to solve my problem now. I don't know how yet...
	I attached mysources.tar.gz (to allow you compile the code as I
did), vertice.ii.gz and vertice.s.gz (as asked for in your bugreport
page), which were the output corresponding to:  

 cd /home/msc98/940932/lin/OSS/scaffold/
 g++ -v --save-temps  -g -I/p/onsona/users/lin/OSS/scaffold -c vertice.cpp
-o /p/onsona/users/lin/OSS/scaffold/obj/vertice.o
IC .env v 971102.1
Reading specs from
/n/gnu/egcs-1.1.2-gpc-19980830/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)

/n/gnu/egcs-1.1.2-gpc-19980830/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.91.66/cpp
-lang-c++ -v -I/p/onsona/users/lin/OSS/scaffold -undef -D__GNUC__=2
-D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=91 -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
-D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc) vertice.cpp vertice.ii
GNU CPP version egcs-2.91.66 19990314 (egcs-1.1.2 release) (sparc)
#include "..." search starts here:
#include <...> search starts here:
 /p/onsona/users/lin/OSS/scaffold
 /n/gnu/egcs-1.1.2-gpc-19980830/include/g++
 /n/gnu/egcs-1.1.2-gpc-19980830/sparc-sun-solaris2.6/include

/n/gnu/egcs-1.1.2-gpc-19980830/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.91.66/include
 /usr/include
End of search list.

/n/gnu/egcs-1.1.2-gpc-19980830/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.91.66/cc1plus
vertice.ii -quiet -dumpbase vertice.cc -g -version -o vertice.s
GNU C++ version egcs-2.91.66 19990314 (egcs-1.1.2 release)
(sparc-sun-solaris2.6) compiled by GNU C version egcs-2.91.66 19990314
(egcs-1.1.2 release).
vertice.cpp: In method `class Aresta * Vertice::get1Aresta(class Vertice
*)':
vertice.cpp:83: warning: assuming pointer to member function is
non-virtual
vertice.cpp:83: Internal compiler error.
vertice.cpp:83: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
vertice.cpp:83: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for
details.

Compilation exited abnormally with code 1 at Thu May  6 22:06:23

-------------- next part --------------
A non-text attachment was scrubbed...
Name: mycodes.tar.gz
Type: application/x-gzip
Size: 2613 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/19990531/9fbbbe7c/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vertice.ii.gz
Type: application/x-gzip
Size: 30428 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/19990531/9fbbbe7c/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vertice.s.gz
Type: application/x-gzip
Size: 7727 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/19990531/9fbbbe7c/attachment-0002.bin>


More information about the Gcc-bugs mailing list