c++/6347: g++3.1: SEGV in check_initializer with typename

lerdsuwa@gcc.gnu.org lerdsuwa@gcc.gnu.org
Fri May 24 07:56:00 GMT 2002


Synopsis: g++3.1: SEGV in check_initializer with typename

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Fri May 24 07:52:50 2002
State-Changed-Why:
    Confirmed.  The code is illegal.  Replacing the line
      typename MBTChannel<Item>::ItemTraits<int>::ItemType dummy;
    with the correct one
      typename MBTChannel<Item>::template ItemTraits<int>::ItemType dummy;
    the ICE disappears.

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



More information about the Gcc-bugs mailing list