Skip to content

[Flang] make ppc unsupported for x86_64 test case (NFC) #73903

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

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

madanial0
Copy link
Contributor

The test case is for x86_64 adding powerpc as unsupported.

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

llvmbot commented Nov 30, 2023

@llvm/pr-subscribers-flang-semantics

Author: None (madanial0)

Changes

The test case is for x86_64 adding powerpc as unsupported.


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

1 Files Affected:

  • (modified) flang/test/Semantics/kinds04_q10.f90 (+1-1)
diff --git a/flang/test/Semantics/kinds04_q10.f90 b/flang/test/Semantics/kinds04_q10.f90
index 07da32e92c0f78f..c94235f859d6182 100644
--- a/flang/test/Semantics/kinds04_q10.f90
+++ b/flang/test/Semantics/kinds04_q10.f90
@@ -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, target=powerpc{{.*}}
 
 subroutine s(var)
   real :: realvar1 = 4.0E6_4

Copy link
Collaborator

@kkwli kkwli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG. Thanks

@madanial0 madanial0 merged commit 0b45c77 into llvm:main Jan 4, 2024
@madanial0 madanial0 deleted the q10ppc branch January 4, 2024 19:18
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.

4 participants