https://gcc.gnu.org/g:1e13d47db5301507a0dafa4aabb6a18d3dc52da5

commit 1e13d47db5301507a0dafa4aabb6a18d3dc52da5
Author: Alexandre Oliva <[email protected]>
Date:   Tue Mar 10 04:18:59 2026 -0300

    testsuite: vect: ppc: SLP single-lane retry costmodel-vect-31a
    
    The SLP single-lane retry introduced by r15-3509 duplicates the
    expected unsupported unaligned access message.  Adjust the
    expectations.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: Adjust
            expectations for SLP single-lane retry.

Diff:
---
 gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c 
b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c
index 90b5d5a7f400..b79718e64713 100644
--- a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c
+++ b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c
@@ -48,5 +48,5 @@ int main (void)
   return main1 ();
 } 
 
-/* { dg-final { scan-tree-dump-times "unsupported unaligned access" 1 "vect" { 
target { ! vect_hw_misalign } } } } */
+/* { dg-final { scan-tree-dump-times "unsupported unaligned access" 2 "vect" { 
target { ! vect_hw_misalign } } } } */
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 0 "vect" { target { 
! vect_hw_misalign } } } } */

Reply via email to