]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Relax gcc.dg/vect/pr65947-8.c
authorRichard Biener <rguenther@suse.de>
Fri, 4 Oct 2024 09:53:54 +0000 (11:53 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 4 Oct 2024 09:55:59 +0000 (11:55 +0200)
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.

gcc/testsuite/gcc.dg/vect/pr65947-8.c

index 9ced4dbb69fd21b7da000528d503775aa7326ef6..827575778f80214cdd49f45c1ccead6d98d1bf66 100644 (file)
@@ -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 } } } } } */