]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[testsuite] [ppc] xfail uninit-pred-9_b bogus warn on ppc32 too
authorAlexandre Oliva <oliva@adacore.com>
Wed, 24 May 2023 06:07:58 +0000 (03:07 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 24 May 2023 06:08:41 +0000 (03:08 -0300)
The bogus warning is present on 32-bit ppc-vx7r2 too, so drop the 64
from the powerpc xfail triplet.

for  gcc/testsuite/ChangeLog

* gcc.dg/uninit-pred-9_b.c: Xfail bogus warning on 32-bit ppc
as well.

gcc/testsuite/gcc.dg/uninit-pred-9_b.c

index c8f427b12c0abd6f3d187d9be1bde7a9abf3d3a1..0f508fa56e1c561f22446a4879c24d57f4a84f19 100644 (file)
@@ -17,7 +17,7 @@ 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*-*-* cris-*-* riscv*-*-* } } */
+      blah(v); /* { dg-bogus "uninitialized" "bogus warning" { xfail powerpc*-*-* cris-*-* riscv*-*-* } } */
 
   if ( (n <= 8) &&  (m < 99)  && (r < 19) )
       blah(v); /* { dg-bogus "uninitialized" "pr101674" { xfail mmix-*-* } } */