f18 accepts statement labels in fixed form source even if they follow
a semicolon -- i.e., they're not in the fixed form's label field.
Emit a warning for such usage.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143817
[flang] Emit portability warning for extension ClosedPublic Authored by klausler on Feb 11 2023, 9:36 AM.
Details Summary f18 accepts statement labels in fixed form source even if they follow
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 12 2023, 8:52 PM Closed by commit rG7c84f6a43ae3: [flang] Emit portability warning for extension (authored by klausler). · Explain WhyFeb 13 2023, 10:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 497039 flang/docs/Extensions.md
flang/lib/Parser/prescan.cpp
|