Skip to content

[Flang] [AIX] Mark real10 testcase as unsupported on AIX NFC #125076

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

madanial0
Copy link
Contributor

Readd the unsupported flag for this testcase on AIX after #124158 as it breaks the flang on AIX buildbot.

@madanial0 madanial0 added the flang Flang issues not falling into any other category label Jan 30, 2025
@madanial0 madanial0 self-assigned this Jan 30, 2025
@llvmbot
Copy link
Member

llvmbot commented Jan 30, 2025

@llvm/pr-subscribers-flang-semantics

Author: Mark Danial (madanial0)

Changes

Readd the unsupported flag for this testcase on AIX after #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 --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

@kkwli
Copy link
Collaborator

kkwli commented Jan 30, 2025

I think @klausler is working on it in #124950

@madanial0 madanial0 closed this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang:semantics flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants