When an illegal character appears in Fortran source (after
preprocessing), catch and report it in the prescanning phase
rather than leaving it for the parser to cope with.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D86553
[flang] Improve error handling for bad characters in source ClosedPublic Authored by klausler on Aug 25 2020, 10:25 AM.
Details Summary When an illegal character appears in Fortran source (after
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 25 2020, 11:31 AM Closed by commit rGa0a1a4e5c83d: [flang] Improve error handling for bad characters in source (authored by klausler). · Explain WhyAug 25 2020, 11:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 287727 flang/include/flang/Parser/characters.h
flang/lib/Parser/prescan.cpp
flang/lib/Parser/token-sequence.h
flang/lib/Parser/token-sequence.cpp
flang/test/Preprocessing/pp130.F90
|