This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8696: g++ 3.2 internal compiler error: Segmentation fault
- From: reichelt at igpm dot rwth-aachen dot de
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, justus at gmx dot li, nobody at gcc dot gnu dot org
- Date: 25 Nov 2002 01:24:02 -0000
- Subject: Re: c++/8696: g++ 3.2 internal compiler error: Segmentation fault
- Reply-to: reichelt at igpm dot rwth-aachen dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, justus at gmx dot li, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
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