https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120786
--- Comment #4 from Simon Sobisch ---
> The only accommodation I see here is to parse NOT -- 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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120786
--- Comment #3 from James K. Lowden ---
Thank you for testing with MF.
> Just keep in mind that a , and ; are valid
Not alone, of course. The 2-character sequence [,;][[:space:]] is valid as
separator space.
> if var NOT<=-var+ 9 DISPLAY "
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120786
--- Comment #2 from Simon Sobisch ---
Just keep in mind that a , and ; are valid separators as well, not only spaces
(they can be inserted nearly every place where a space can, with the exception
of places where they are required).
Rechecked wi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120786
James K. Lowden changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jklowden at gcc dot
gnu.org