This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/8696: g++ 3.2 internal compiler error: Segmentation fault


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]