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++/3944: Template and using directive


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


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