[flang-commits] [flang] [flang][test] Disable Evaluate/fold-out_of_range.f90 on SPARC (PR #102890)
Rainer Orth via flang-commits
flang-commits at lists.llvm.org
Tue Aug 13 06:33:11 PDT 2024
================
@@ -1,5 +1,5 @@
! RUN: %python %S/test_folding.py %s %flang_fc1 -pedantic
-! UNSUPPORTED: target=powerpc{{.*}}, target=aarch{{.*}}, target=arm{{.*}}, system-windows, system-solaris
+! UNSUPPORTED: target={{(arm|aarch64|powerpc|sparc).*}}, system-windows
----------------
rorth wrote:
I'll got for the `x86_64`-only form: the `amd64` issue is a `lit` problem that shouldn't have to be worked around in every affected testcase.
https://github.com/llvm/llvm-project/pull/102890
More information about the flang-commits
mailing list