[flang-commits] [clang] [flang] [flang][Driver] Add support for -f[no-]wrapv and -f[no]-strict-overflow in the frontend (PR #110061)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Thu Oct 3 06:45:51 PDT 2024


================
@@ -0,0 +1,10 @@
+! Test for correct forwarding of integer overflow flags from the compiler driver
+! to the frontend driver
+
+! RUN: %flang -### -fno-strict-overflow %s 2>&1 | FileCheck %s --check-prefixes CHECK,INDUCED
----------------
tarunprabhu wrote:

Do we need both the `CHECK` and `INDUCED` here?

https://github.com/llvm/llvm-project/pull/110061


More information about the flang-commits mailing list