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++/6440: template specializations cause ICE


Synopsis: template specializations cause ICE

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Tue May 14 06:43:14 2002
State-Changed-Why:
    Confirmed, ICE on both 3.1 branch and main trunk.  Perhaps
    the right syntax could be:
      template<> template<class X> 
        class A<int>::B<X> {
                       ^^^
    
    Both 3.1 and trunk work fine with the above code.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6440


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