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++/9621: infix form "const TYPE1 typedef TYPE2" not accepted


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


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