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++/6570: gcc-3.1 crash with template and namespace


Synopsis: gcc-3.1 crash with template and namespace

State-Changed-From-To: analyzed->closed
State-Changed-By: bangerth
State-Changed-When: Fri Nov  1 15:33:56 2002
State-Changed-Why:
    Seems fixed:
    tmp/g> /home/bangerth/bin/gcc-3.3-pre/bin/c++ -c x.cc
    x.cc:8: error: invalid use of template-name 'My::S' in a declarator
    x.cc:8: error: syntax error before `&' token
    tmp/g> /home/bangerth/bin/gcc-3.2.1-pre/bin/c++ -c x.cc
    x.cc:8: invalid use of template-name 'My::S' in a declarator
    x.cc:8: syntax error before `&' token

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


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