[Bug cobol/120786] strange message for NOT=

2025-06-25 Thread simonsobisch at gnu dot org via Gcc-bugs
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

[Bug cobol/120786] strange message for NOT=

2025-06-25 Thread jklowden at gcc dot gnu.org via Gcc-bugs
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 "

[Bug cobol/120786] strange message for NOT=

2025-06-24 Thread simonsobisch at gnu dot org via Gcc-bugs
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

[Bug cobol/120786] strange message for NOT=

2025-06-23 Thread jklowden at gcc dot gnu.org via Gcc-bugs
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