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 980711



$ cat > l.cc
std::vector<void*> Plugins;
$ make l.o
g++    -c l.cc -o l.o
l.cc:1: Internal compiler error 980711.
l.cc:1: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
l.cc:1: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
make: *** [l.o] Error 1


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