c++/8696: g++ 3.2 internal compiler error: Segmentation fault
reichelt@igpm.rwth-aachen.de
reichelt@igpm.rwth-aachen.de
Sun Nov 24 20:46:00 GMT 2002
Synopsis: g++ 3.2 internal compiler error: Segmentation fault
State-Changed-From-To: open->analyzed
State-Changed-By: reichelt
State-Changed-When: Sun Nov 24 17:24:02 2002
State-Changed-Why:
Confirmed.
A reduced testcase is the following:
----------------------snip here------------------
template <typename T> struct B { typedef typename T::X X; };
template <typename T> struct A { typedef B<T>::X::Y Z; };
----------------------snip here------------------
It crashes gcc since 2.95.x.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8696
More information about the Gcc-bugs
mailing list