From: Richard Biener Date: Thu, 8 Sep 2022 11:00:45 +0000 (+0200) Subject: testsuite/106872 - fix uninit predicate dump scan X-Git-Tag: basepoints/gcc-14~4671 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794a01d7dcf306578bc5d0d147895c58a91506de;p=thirdparty%2Fgcc.git testsuite/106872 - fix uninit predicate dump scan On ppc we see a doloop temp rather than ivtmp. PR testsuite/106872 * gcc.dg/uninit-pred-12.c: Adjust. --- diff --git a/gcc/testsuite/gcc.dg/uninit-pred-12.c b/gcc/testsuite/gcc.dg/uninit-pred-12.c index ebf0288af1f9..4c66486fb3a6 100644 --- a/gcc/testsuite/gcc.dg/uninit-pred-12.c +++ b/gcc/testsuite/gcc.dg/uninit-pred-12.c @@ -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" } } */