user error gives Internal compiler error
Yotam Medini
ymedini@iil.intel.com
Sun Jul 2 04:09:00 GMT 2000
Erroneous std::std - double namespace confuses g++.
The real problem: no indication about the location
of the error in user source.
-- yotam
% cat namspc.cc; g++ -v; g++ -c namspc.cc
std::std<int>::iterator i;
Reading specs from /afs/iil/nike/data/tools/sys/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)
namspc.cc:1: Internal compiler error 19990331.
namspc.cc:1: Please submit a full bug report.
namspc.cc:1: See <URL: http://www.gnu.org/software/gcc/faq.html#bugreport > for instructions.
More information about the Gcc-bugs
mailing list