Skip to content

Conversation

klausler
Copy link
Contributor

No description provided.

@klausler klausler merged commit 2b934cb into llvm:main May 12, 2025
6 of 10 checks passed
@llvmbot llvmbot added flang Flang issues not falling into any other category flang:semantics labels May 12, 2025
@klausler klausler deleted the fix-test branch May 12, 2025 23:16
@llvmbot
Copy link
Member

llvmbot commented May 12, 2025

@llvm/pr-subscribers-flang-semantics

Author: Peter Klausler (klausler)

Changes

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

1 Files Affected:

  • (modified) flang/test/Semantics/PowerPC/ppc-vector-types04.f90 (+3-3)
diff --git a/flang/test/Semantics/PowerPC/ppc-vector-types04.f90 b/flang/test/Semantics/PowerPC/ppc-vector-types04.f90
index 6842233cab998..71e0b0699cf77 100644
--- a/flang/test/Semantics/PowerPC/ppc-vector-types04.f90
+++ b/flang/test/Semantics/PowerPC/ppc-vector-types04.f90
@@ -4,7 +4,7 @@
 subroutine vec_type_test(arg1, arg2, arg3, arg4)
 !ERROR: Assumed-shape entity of vector(real(4)) type is not supported
   vector(real) :: arg1(:)
-!ERROR: Assumed Rank entity of vector(unsigned(4)) type is not supported
+!ERROR: Assumed rank entity of vector(unsigned(4)) type is not supported
   vector(unsigned) :: arg2(..)
 !ERROR: Deferred-shape entity of vector(integer(4)) type is not supported
   vector(integer), allocatable :: arg3(:)
@@ -19,7 +19,7 @@ end subroutine vec_type_test
 subroutine vec_pair_type_test(arg1, arg2, arg3, arg4)
 !ERROR: Assumed-shape entity of __vector_pair type is not supported
   __vector_pair :: arg1(:)
-!ERROR: Assumed Rank entity of __vector_pair type is not supported
+!ERROR: Assumed rank entity of __vector_pair type is not supported
   __vector_pair :: arg2(..)
 !ERROR: Deferred-shape entity of __vector_pair type is not supported
   __vector_pair, allocatable :: arg3(:)
@@ -34,7 +34,7 @@ end subroutine vec_pair_type_test
 subroutine vec_quad_type_test(arg1, arg2, arg3, arg4)
 !ERROR: Assumed-shape entity of __vector_quad type is not supported
   __vector_quad :: arg1(:)
-!ERROR: Assumed Rank entity of __vector_quad type is not supported
+!ERROR: Assumed rank entity of __vector_quad type is not supported
   __vector_quad :: arg2(..)
 !ERROR: Deferred-shape entity of __vector_quad type is not supported
   __vector_quad, allocatable :: arg3(:)

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.

2 participants