After tokenizing an identifier, don't allow the next token to be a
Hollerith literal.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150406
[flang] Don't mistakenly tokenize a Hollerith literal from "DO 100 H=..." (bug #58732) ClosedPublic Authored by klausler on May 11 2023, 4:04 PM.
Details Summary After tokenizing an identifier, don't allow the next token to be a
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 11 2023, 4:19 PM Closed by commit rGa6569e578eb4: [flang] Don't mistakenly tokenize a Hollerith literal from "DO 100 H=..." (bug… (authored by klausler). · Explain WhyMay 16 2023, 9:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 522676 flang/lib/Parser/prescan.cpp
|