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]

user error gives Internal compiler error



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.

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