A fixed form continuation line should not be the first line of a statement;
emit a warning if it looks like one is so that the programmer can look
for a missing card.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142763
[flang] Diagnose fixed form statement that begins with continuation line ClosedPublic Authored by klausler on Jan 27 2023, 9:46 AM.
Details Summary A fixed form continuation line should not be the first line of a statement;
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 27 2023, 11:45 AM Closed by commit rG82d7a6b2bbc9: [flang] Diagnose fixed form statement that begins with continuation line (authored by klausler). · Explain WhyJan 28 2023, 10:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 493022 flang/lib/Parser/prescan.cpp
flang/test/Preprocessing/pp044.F
|