public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5251] gcc.dg/uninit-pred-9_b.c: Correct last adjustment for cris-elf
@ 2021-11-15  6:59 Hans-Peter Nilsson
  0 siblings, 0 replies; only message in thread
From: Hans-Peter Nilsson @ 2021-11-15  6:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:adcfd2c45c3523d74279b5fcac1d7c6c34dd1382

commit r12-5251-gadcfd2c45c3523d74279b5fcac1d7c6c34dd1382
Author: Hans-Peter Nilsson <hp@axis.com>
Date:   Mon Nov 15 07:50:44 2021 +0100

    gcc.dg/uninit-pred-9_b.c: Correct last adjustment for cris-elf
    
    The change at r12-4790 should have done the same change for
    CRIS as was done for powerpc64*-*-*.  (Probably MMIX too but
    that may have to wait until the next weekend.)
    
    gcc/testsuite:
            * gcc.dg/uninit-pred-9_b.c: Correct last adjustment, for CRIS.

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

diff --git a/gcc/testsuite/gcc.dg/uninit-pred-9_b.c b/gcc/testsuite/gcc.dg/uninit-pred-9_b.c
index 552ab8b4ff4..53c4a5399ea 100644
--- a/gcc/testsuite/gcc.dg/uninit-pred-9_b.c
+++ b/gcc/testsuite/gcc.dg/uninit-pred-9_b.c
@@ -17,10 +17,10 @@ int foo (int n, int l, int m, int r)
 
   if (l > 100)
     if ( (n <= 9) &&  (m < 100)  && (r < 19) )
-      blah(v); /* { dg-bogus "uninitialized" "bogus warning" { xfail powerpc64*-*-* } } */
+      blah(v); /* { dg-bogus "uninitialized" "bogus warning" { xfail powerpc64*-*-* cris-*-* } } */
 
   if ( (n <= 8) &&  (m < 99)  && (r < 19) )
-      blah(v); /* { dg-bogus "uninitialized" "pr101674" { xfail mmix-*-* cris-*-* } } */
+      blah(v); /* { dg-bogus "uninitialized" "pr101674" { xfail mmix-*-* } } */
 
   return 0;
 }


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

only message in thread, other threads:[~2021-11-15  6:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15  6:59 [gcc r12-5251] gcc.dg/uninit-pred-9_b.c: Correct last adjustment for cris-elf 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).