[flang-commits] [flang] [flang] Make REAL/COMPLEX(10) a hard error for non-x86 targets (PR #124655)
Roger Ferrer Ibáñez via flang-commits
flang-commits at lists.llvm.org
Mon Feb 10 06:24:41 PST 2025
================
@@ -1,5 +1,7 @@
! Tests rewriting of OUT_OF_RANGE()
-! RUN: %flang_fc1 -fdebug-unparse -cpp %s 2>&1 | FileCheck %s --check-prefixes=CHECK%if target=x86_64{{.*}} %{,CHECK-X86-64%}
+! REQUIRES: target=x86-64{{.*}}
----------------
rofirrim wrote:
@klausler did you mean `x86_64` (with an underscore instead of a hyphen) like you did in the predicate of line 4?
(The test is not being run at all as `unsupported`, not even on `x86_64`)
https://github.com/llvm/llvm-project/pull/124655
More information about the flang-commits
mailing list