This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Compiler bug 383
- To: egcs-bugs at egcs dot cygnus dot com
- Subject: Compiler bug 383
- From: Dirk Laurie <dirk at calvyn dot puk dot ac dot za>
- Date: Tue, 16 May 2000 09:17:00 +0200 (SAST)
$ g++ g++bug.c
g++bug.c:7: Internal compiler error 383.
g++bug.c:7: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
g++bug.c:7: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
$ g++ -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
$ cat g++bug.c
class type { } ;
namespace {
type thing;
}
using type::thing;
// end of input