c++/3944: Template and using directive

neroden@gcc.gnu.org neroden@gcc.gnu.org
Wed Jan 1 14:50:00 GMT 2003


Synopsis: Template and using directive

State-Changed-From-To: analyzed->closed
State-Changed-By: neroden
State-Changed-When: Wed Jan  1 06:50:48 2003
State-Changed-Why:
    No longer ICEs.  Even if I add the missing bracket after namespace N.  (Without the bracket, actually, I get the rather odd errors:
    ice.cxx:3: error: expected `='
    ice.cxx:3: error: expected identifier
    ice.cxx:3: error: expected `;'
    ice.cxx:3: error: unknown namespace `<declaration error>'
    ice.cxx:8: error: expected declaration
    
    -- why did it expect an = sign rather than a bracket ?

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



More information about the Gcc-bugs mailing list