]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Adjust g++.dg/vect/pr64410.cc scan
authorRichard Biener <rguenther@suse.de>
Wed, 8 Oct 2025 09:50:14 +0000 (11:50 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 8 Oct 2025 10:51:56 +0000 (12:51 +0200)
We are now vectorizing more loops in standard library functions.
Restrict the dump scan to the loop we're interested in.

PR testsuite/120100
* g++.dg/vect/pr64410.cc: Adjust.

gcc/testsuite/g++.dg/vect/pr64410.cc

index 407b893da4b8a005505c0e2d4635481ec7aa2c56..dd0256c2fe063d4d8046a57ffa6d3ac995a1485e 100644 (file)
@@ -51,4 +51,4 @@ main(int argc, char** argv)
   return 0;
 }
 
-// { dg-final { scan-tree-dump "vectorized 1 loops in function" "vect" } }
+// { dg-final { scan-tree-dump "pr64410.cc:46:29: optimized: loop vectorized" "vect" } }