This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
user error gives Internal compiler error
- To: egcs-bugs at sourceware dot cygnus dot com, gcc-bugs at gcc dot gnu dot org, bug-gcc at gnu dot org
- Subject: user error gives Internal compiler error
- From: Yotam Medini <ymedini at iil dot intel dot com>
- Date: Sun, 2 Jul 2000 14:08:40 +0300
- Reply-to: ymedini at iil dot intel dot com
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.