[flang-commits] [flang] [Flang] [AIX] Mark real10 testcase as unsupported on AIX NFC (PR #125076)

via flang-commits flang-commits at lists.llvm.org
Thu Jan 30 07:51:33 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-flang-semantics

Author: Mark Danial (madanial0)

<details>
<summary>Changes</summary>

Readd the unsupported flag for this testcase on AIX after https://github.com/llvm/llvm-project/pull/124158 as it breaks the flang on AIX buildbot.

---
Full diff: https://github.com/llvm/llvm-project/pull/125076.diff


1 Files Affected:

- (modified) flang/test/Semantics/kinds04_q10.f90 (+2) 


``````````diff
diff --git a/flang/test/Semantics/kinds04_q10.f90 b/flang/test/Semantics/kinds04_q10.f90
index aa5c4abe2f1dfc..be1f7f51da3a69 100644
--- a/flang/test/Semantics/kinds04_q10.f90
+++ b/flang/test/Semantics/kinds04_q10.f90
@@ -5,6 +5,8 @@
 ! C717 The value of kind-param shall specify an approximation method that
 ! exists on the processor.
 
+! UNSUPPORTED: system-aix
+
 subroutine s(var)
   real :: realvar1 = 4.0E6_4
   real :: realvar2 = 4.0D6

``````````

</details>


https://github.com/llvm/llvm-project/pull/125076


More information about the flang-commits mailing list