public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2536] testsuite/106872 - fix uninit predicate dump scan
@ 2022-09-08 11:02 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2022-09-08 11:02 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:794a01d7dcf306578bc5d0d147895c58a91506de

commit r13-2536-g794a01d7dcf306578bc5d0d147895c58a91506de
Author: Richard Biener <rguenther@suse.de>
Date:   Thu Sep 8 13:00:45 2022 +0200

    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:
---
 gcc/testsuite/gcc.dg/uninit-pred-12.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/uninit-pred-12.c b/gcc/testsuite/gcc.dg/uninit-pred-12.c
index ebf0288af1f..4c66486fb3a 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" } } */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-08 11:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08 11:02 [gcc r13-2536] testsuite/106872 - fix uninit predicate dump scan Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).