[Bug c/15682] Parser does not report error when *+ are used together in an exp.

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 27 23:04:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-27 14:45 -------
Invalid as there is an unary operator for the "+" and white spaces are ignored for operators.
So
a* +1 is the same as a*+1 as a *+ 1.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15682



More information about the Gcc-bugs mailing list