[flang-commits] [clang] [flang] [flang][Driver] Add support for -f[no-]wrapv and -f[no]-strict-overflow in the frontend (PR #110061)
Yusuke MINATO via flang-commits
flang-commits at lists.llvm.org
Fri Oct 4 00:37:00 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
----------------
yus3710-fj wrote:
As you mentioned, the check for `CHECK` is redundant. I removed it.
https://github.com/llvm/llvm-project/pull/110061
More information about the flang-commits
mailing list