This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9621: infix form "const TYPE1 typedef TYPE2" not accepted
- From: bangerth at dealii dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, patrick dot rabau at gs dot com
- Date: 8 Feb 2003 16:48:38 -0000
- Subject: Re: c++/9621: infix form "const TYPE1 typedef TYPE2" not accepted
- Reply-to: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, patrick dot rabau at gs dot com, gcc-gnats at gcc dot gnu dot org
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