internal compiler error 980711
Dominic Williams
d.williams@csee-transport.fr
Fri May 7 03:08:00 GMT 1999
EGCS VERSION
------------
g++ -v output:
Reading specs from
/usr/local/lib/gcc-lib/alpha-dec-osf3.2/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
INPUT FILE
----------
// bug.cc
namespace NameA {
class A {
};
}
namespace NameB {
class B;
}
typedef NameA::A NameB::B;
int main() {
NameB::B b;
return 0;
}
COMMAND ARGUMENTS
-----------------
g++ bug.cc
MACHINE
-------
ALPHAstation 255 300MHz
OSF 3.2g
CONFIGURE OPERANDS
------------------
--languages=c++
(libstdc++ compiled with -fsquangle).
MODIFICATIONS TO COMPILER SOURCE
-------------------------------
None
DESCRIPTION OF BUG
------------------
g++ bug.cc
bug.cc:10: Internal compiler error 980711.
bug.cc:10: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
bug.cc:10: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for
details.
More information about the Gcc-bugs
mailing list