https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120786

--- Comment #4 from Simon Sobisch <simonsobisch at gnu dot org> ---
> The only accommodation I see here is to parse NOT<relop> -- i.e., `NOT=` and
friends, for algebraic symbols -- as two tokens.

Sounds good (and will solve a bunch of syntax errors I've received).

But would that also fix the second part of the made-up example (=we don't have
that, I've just tested that this works because of your similar example).

   if var NOT<=-var+ 9 DISPLAY "GOOD".

So <relop><name> and <name>+<separator><literal>?

I don't mind as long as the message to the user is something reasonable :-)

Reply via email to