f18 doesn't have any limit on continuation lines in fixed or free form
source (other than available memory), but the standard does. Emit
a portability warning when it is exceeded.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D139055
[flang] Warn about more continuation lines than the standard permits ClosedPublic Authored by klausler on Nov 30 2022, 3:58 PM.
Details Summary f18 doesn't have any limit on continuation lines in fixed or free form
Diff Detail Event TimelineThis revision is now accepted and ready to land.Nov 30 2022, 11:21 PM Closed by commit rG8a1f12c6fbe9: [flang] Warn about more continuation lines than the standard permits (authored by klausler). · Explain WhyDec 2 2022, 5:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479090 flang/docs/Extensions.md
flang/lib/Parser/prescan.h
flang/lib/Parser/prescan.cpp
flang/test/Parser/excessive-continuations.f90
|