diff options
author | Richard Biener <rguenther@suse.de> | 2024-10-04 11:53:54 +0200 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2024-10-04 11:55:59 +0200 |
commit | 7fb6526652ddd722931407f749a176cfea779147 (patch) | |
tree | 0b5b4b6ff6ee43a39d8a3dc3e32a5198e079c32d /gcc | |
parent | f135278f559914c0336cd8ad0af0deac2a0c86fd (diff) | |
download | gcc-7fb6526652ddd722931407f749a176cfea779147.zip gcc-7fb6526652ddd722931407f749a176cfea779147.tar.gz gcc-7fb6526652ddd722931407f749a176cfea779147.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/pr65947-8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/pr65947-8.c b/gcc/testsuite/gcc.dg/vect/pr65947-8.c index 9ced4db..8275757 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 } } } } } */ |