[flang-commits] [clang-tools-extra] [flang] [llvm] [Flang] make ppc unsupported for x86_64 test case (NFC) (PR #73903)
via flang-commits
flang-commits at lists.llvm.org
Thu Jan 4 10:02:48 PST 2024
================
@@ -7,7 +7,7 @@
!
! This test is for x86_64, where exponent-letter 'q' is for
! 10-byte extended precision
-! UNSUPPORTED: system-windows
+! UNSUPPORTED: system-windows, system-aix
----------------
madanial0 wrote:
The underflow failure only occurs on AIX for powerpc not on linux so. it seems more appropriate to unsupport AIX only not all of powerpc similar to what is done with windows.
https://github.com/llvm/llvm-project/pull/73903
More information about the flang-commits
mailing list