[flang-commits] [PATCH] D139055: [flang] Warn about more continuation lines than the standard permits

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Nov 30 15:58:45 PST 2022


klausler created this revision.
klausler added a reviewer: clementval.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a reviewer: sscalpone.
Herald added a project: All.
klausler requested review of this revision.

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.


https://reviews.llvm.org/D139055

Files:
  flang/docs/Extensions.md
  flang/lib/Parser/prescan.cpp
  flang/lib/Parser/prescan.h
  flang/test/Parser/excessive-continuations.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139055.479090.patch
Type: text/x-patch
Size: 4883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221130/e7e73d6d/attachment-0001.bin>


More information about the flang-commits mailing list