c++/9621: infix form "const TYPE1 typedef TYPE2" not accepted

bangerth@dealii.org bangerth@dealii.org
Sat Feb 8 16:48:00 GMT 2003


Old Synopsis: infix form "TYPE1 typedef TYPE2" accepted
New Synopsis: infix form "const TYPE1 typedef TYPE2" not accepted

State-Changed-From-To: analyzed->closed
State-Changed-By: bangerth
State-Changed-When: Sat Feb  8 16:48:37 2003
State-Changed-Why:
    OK, so back to the original problem
      infix form "const TYPE1 typedef TYPE2" not accepted
    where the same without "const" _is_ accepted:
    
    This is now fixed with the new parser. It accepts both.
    
    W.

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



More information about the Gcc-bugs mailing list