bug report
Patrick Alken
wnder@ellipse.underworld.net
Sun Oct 10 12:30:00 GMT 1999
The compiler told me to submit this to you, so I am.
egcs -g -Wall -c customer.cpp
customer.cpp:19: Internal compiler error 980711.
customer.cpp:19: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
customer.cpp:19: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for
details.
make: *** [customer.o] Error 1
The line that seems to be causing trouble is:
std::vector<Person*> Customers;
if I change that to:
using namespace std;
vector<Person*> Customers;
it will work. I hope this helps.
More information about the Gcc-bugs
mailing list