[PATCH] D99518: [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver
Arnamoy B via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 10:07:45 PDT 2021
arnamoy10 created this revision.
arnamoy10 added reviewers: awarzynski, bryanpkc, tskeith, kiranchandramohan, kiranktp, SouraVX, sscalpone.
arnamoy10 added a project: Flang.
Herald added a subscriber: jdoerfert.
arnamoy10 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
[flang][driver] Modify the existing test cases that use `-Mstandard` in `f18`, to use `-pedantic` and `%flang_fc1` to share with the new driver
One of the test cases fails currently as `-Werror` is used in addition to -pedantic. When `-Werror` lands (https://reviews.llvm.org/D98657) for the new driver, this error will go away.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D99518
Files:
flang/test/Semantics/canondo07.f90
flang/test/Semantics/canondo08.f90
flang/test/Semantics/canondo09.f90
flang/test/Semantics/canondo10.f90
flang/test/Semantics/canondo11.f90
flang/test/Semantics/canondo12.f90
flang/test/Semantics/canondo13.f90
flang/test/Semantics/canondo14.f90
flang/test/Semantics/canondo15.f90
flang/test/Semantics/canondo16.f90
flang/test/Semantics/canondo17.f90
flang/test/Semantics/canondo18.f90
flang/test/Semantics/canondo19.f90
flang/test/Semantics/dosemantics03.f90
flang/test/Semantics/io10.f90
flang/test/Semantics/label01.F90
flang/test/Semantics/resolve103.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99518.333918.patch
Type: text/x-patch
Size: 9992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210329/5523a7c8/attachment.bin>
More information about the llvm-commits
mailing list