[flang-commits] [flang] [flang] Make REAL/COMPLEX(10) a hard error for non-x86 targets (PR #124655)
via flang-commits
flang-commits at lists.llvm.org
Tue Feb 11 01:04:46 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{{.*}}
----------------
jeanPerier wrote:
Good catch!
https://github.com/llvm/llvm-project/pull/126699
https://github.com/llvm/llvm-project/pull/124655
More information about the flang-commits
mailing list