[PATCH] D98657: [flang][driver] Add options for -Werror

Arnamoy B via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 23 09:12:03 PDT 2021


arnamoy10 added inline comments.


================
Comment at: flang/test/Semantics/dosemantics03.f90:1-2
 ! RUN: %S/test_errors.sh %s %t %f18 -Mstandard -Werror
+! RUN: %S/test_errors.sh %s %t %flang_fc1 -Werror
 
----------------
awarzynski wrote:
> Rather than adding the 2nd line, could you update the first line to use `%flang_fc1` instead of `%f18`?
I am not modifying this test case, as it would create a dependency on `-std=f2018` up-streamed (due to this particular test case having dependency on language standard).  I create a new test case, we can come back to it later.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98657/new/

https://reviews.llvm.org/D98657



More information about the cfe-commits mailing list