mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
Adjust g++.dg/vect/pr64410.cc scan
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.
This commit is contained in:
committed by
Richard Biener
parent
e269268e45
commit
8ba0bb5a4d
@@ -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" } }
|
||||
|
||||
Reference in New Issue
Block a user