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

Mark Danial via flang-commits flang-commits at lists.llvm.org
Thu Jan 30 07:50:56 PST 2025


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

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.

>From 65c3a8767f9ab0af7bca9684e4712e54f3f578e9 Mon Sep 17 00:00:00 2001
From: Mark Danial <mark.danial at ibm.com>
Date: Thu, 30 Jan 2025 10:41:39 -0500
Subject: [PATCH] Mark real10 testcase as unsupported on AIX

---
 flang/test/Semantics/kinds04_q10.f90 | 2 ++
 1 file changed, 2 insertions(+)

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



More information about the flang-commits mailing list