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

https://gcc.gnu.org/g:92f7016940e5a7281e3fd7628fbf1360d900b581

commit r12-2843-g92f7016940e5a7281e3fd7628fbf1360d900b581
Author: Hans-Peter Nilsson <hp@axis.com>
Date:   Wed Aug 11 01:40:12 2021 +0200

    gcc.dg/uninit-pred-9_b.c: Xfail for CRIS too
    
    Adding to the growing list, for autotester accounting purposes.
    
    FWIW I see this fails for m68k too:
    https://gcc.gnu.org/pipermail/gcc-testresults/2021-August/712395.html
    and moxie:
    https://gcc.gnu.org/pipermail/gcc-testresults/2021-August/712389.html
    and pru:
    https://gcc.gnu.org/pipermail/gcc-testresults/2021-August/712366.html
    
    testsuite:
            PR middle-end/101674
            * gcc.dg/uninit-pred-9_b.c: Xfail for cris-*-* 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 9383c559507..8c2d28cbe78 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*-*-* mmix-*-* } } */
+      blah(v); /* { dg-bogus "uninitialized" "pr101674" { xfail powerpc64*-*-* mmix-*-* cris-*-* } } */
 
   return 0;
 }


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

only message in thread, other threads:[~2021-08-11  0:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11  0:37 [gcc r12-2843] gcc.dg/uninit-pred-9_b.c: Xfail for CRIS 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).