https://gcc.gnu.org/g:7cde9755027a19aafea954db204153893289fead
commit 7cde9755027a19aafea954db204153893289fead 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 } } } } */
