https://gcc.gnu.org/g:7fb6526652ddd722931407f749a176cfea779147
commit r15-4059-g7fb6526652ddd722931407f749a176cfea779147 Author: Richard Biener <rguent...@suse.de> Date: Fri Oct 4 11:53:54 2024 +0200 Relax gcc.dg/vect/pr65947-8.c When failing using forced SLP we do not print the non-SLP failure mode which reads slightly different. Massage the expectation a bit. * gcc.dg/vect/pr65947-8.c: Adjust. Diff: --- gcc/testsuite/gcc.dg/vect/pr65947-8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/vect/pr65947-8.c b/gcc/testsuite/gcc.dg/vect/pr65947-8.c index 9ced4dbb69fd..827575778f80 100644 --- a/gcc/testsuite/gcc.dg/vect/pr65947-8.c +++ b/gcc/testsuite/gcc.dg/vect/pr65947-8.c @@ -43,4 +43,4 @@ main (void) /* { dg-final { scan-tree-dump-not "LOOP VECTORIZED" "vect" { target { ! { vect_fold_extract_last } } } } } */ /* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" { target { vect_fold_extract_last } } } } */ -/* { dg-final { scan-tree-dump "multiple types in double reduction or condition reduction" "vect" { target { ! { vect_fold_extract_last } } } } } */ +/* { dg-final { scan-tree-dump "multiple types in\[^\\n\\r\]* condition reduction" "vect" { target { ! { vect_fold_extract_last } } } } } */