tskeith added a comment.

Please make sure the test works with f18 also.



================
Comment at: flang/lib/Frontend/CompilerInvocation.cpp:294
+    // We only allow 2018 as the given standard
+    if (standard.equals("2018")) {
+      res.SetStandard();
----------------
This should be "f2018", not "2018".


================
Comment at: flang/test/Flang-Driver/std2018.f90:18
+!-----------------------------------------
+! GIVEN: A DO loop should terminate with an END DO or CONTINUE
+
----------------
Can you verify this message is not produced when there is no -std option?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97119

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to