public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2647] gcc.dg/uninit-pred-9_b.c: Xfail for MMIX too
@ 2021-07-31  0:32 Hans-Peter Nilsson
  0 siblings, 0 replies; only message in thread
From: Hans-Peter Nilsson @ 2021-07-31  0:32 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:309ddde04f2335f51062690328f03ce889be7e22

commit r12-2647-g309ddde04f2335f51062690328f03ce889be7e22
Author: Hans-Peter Nilsson <hp@bitrange.com>
Date:   Sat Jul 31 01:23:20 2021 +0200

    gcc.dg/uninit-pred-9_b.c: Xfail for MMIX too
    
    Looks like MMIX is the "correct target" too (cf. 2f6bdd51cfe15)
    and from
    https://gcc.gnu.org/pipermail/gcc-testresults/2021-July/710188.html
    it seems powerpc-ibm-aix7.2.3.0 is too, but I've not found
    other targets failing.
    
    gcc/testsuite:
            PR middle-end/101674
            * gcc.dg/uninit-pred-9_b.c: Xfail for mmix-*-* too.

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

diff --git a/gcc/testsuite/gcc.dg/uninit-pred-9_b.c b/gcc/testsuite/gcc.dg/uninit-pred-9_b.c
index e0dc21405f7..9383c559507 100644
--- a/gcc/testsuite/gcc.dg/uninit-pred-9_b.c
+++ b/gcc/testsuite/gcc.dg/uninit-pred-9_b.c
@@ -20,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" "pr101674" { xfail powerpc64*-*-* } } */
+      blah(v); /* { dg-bogus "uninitialized" "pr101674" { xfail powerpc64*-*-* mmix-*-* } } */
 
   return 0;
 }


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

only message in thread, other threads:[~2021-07-31  0:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-31  0:32 [gcc r12-2647] gcc.dg/uninit-pred-9_b.c: Xfail for MMIX too Hans-Peter Nilsson

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