public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2600] Xfail just the failing assertion and correct target.
@ 2021-07-29 16:13 Martin Sebor
  0 siblings, 0 replies; only message in thread
From: Martin Sebor @ 2021-07-29 16:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2f6bdd51cfe15403085b69c133065ebda4af9bb9

commit r12-2600-g2f6bdd51cfe15403085b69c133065ebda4af9bb9
Author: Martin Sebor <msebor@redhat.com>
Date:   Thu Jul 29 10:11:18 2021 -0600

    Xfail just the failing assertion and correct target.
    
    Related to:
    PR middle-end/101674 - gcc.dg/uninit-pred-9_b.c fails after jump threading rewrite
    
    gcc/testsuite:
            PR middle-end/101674
            * gcc.dg/uninit-pred-9_b.c: Xfail just the failing assertion and
            correct target.

Diff:
---
 gcc/testsuite/gcc.dg/uninit-pred-9_b.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/uninit-pred-9_b.c b/gcc/testsuite/gcc.dg/uninit-pred-9_b.c
index d46d6659a61..e0dc21405f7 100644
--- a/gcc/testsuite/gcc.dg/uninit-pred-9_b.c
+++ b/gcc/testsuite/gcc.dg/uninit-pred-9_b.c
@@ -1,7 +1,5 @@
-
 /* { dg-do compile } */
 /* { dg-options "-Wuninitialized -O2" } */
-/* { dg-xfail-if "threading shuffles things around" { ppc64*-*-* } } */
 
 int g;
 void bar();
@@ -22,7 +20,7 @@ int foo (int n, int l, int m, int r)
       blah(v); /* { dg-bogus "uninitialized" "bogus warning" } */
 
   if ( (n <= 8) &&  (m < 99)  && (r < 19) )
-      blah(v); /* { dg-bogus "uninitialized" "bogus warning" } */
+      blah(v); /* { dg-bogus "uninitialized" "pr101674" { xfail powerpc64*-*-* } } */
 
   return 0;
 }


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

only message in thread, other threads:[~2021-07-29 16:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29 16:13 [gcc r12-2600] Xfail just the failing assertion and correct target Martin Sebor

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).