]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite/106872 - fix uninit predicate dump scan
authorRichard Biener <rguenther@suse.de>
Thu, 8 Sep 2022 11:00:45 +0000 (13:00 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 8 Sep 2022 11:02:13 +0000 (13:02 +0200)
On ppc we see a doloop temp rather than ivtmp.

PR testsuite/106872
* gcc.dg/uninit-pred-12.c: Adjust.

gcc/testsuite/gcc.dg/uninit-pred-12.c

index ebf0288af1f9ddd53bac0b8d9f4e108fb4f02487..4c66486fb3a695459180610dc579bfa9d6f9b276 100644 (file)
@@ -31,4 +31,4 @@ unsigned foo (unsigned v, int y, int w)
 }
 
 /* Make sure predicate analysis picked up the loop exit condition.  */
-/* { dg-final { scan-tree-dump "AND \\(NOT \\(ivtmp" "uninit1" } } */
+/* { dg-final { scan-tree-dump "AND \\(NOT \\((ivtmp|doloop)" "uninit1" } } */