Skip to content

Commit

Permalink
testsuite/gcc.dg/uninit-pred-9_b.c:23: Un-xfail for MMIX
Browse files Browse the repository at this point in the history
In a recent all-target test-round investigating XPASSes for
this file, I noticed this line XPASSing for MMIX.  From the
commit history it's obvious it was left out from related
target-xfail tweaks, now the last target xfailing a bogus
warning for this line.

	* gcc.dg/uninit-pred-9_b.c: Remove xfail for MMIX from line 23.
  • Loading branch information
hpataxisdotcom authored and Hans-Peter Nilsson committed Nov 26, 2023
1 parent c9d029b commit b2f42d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/uninit-pred-9_b.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ int foo (int n, int l, int m, int r)
blah(v); /* { dg-bogus "uninitialized" "bogus warning" { xfail *-*-* } } */

if ( (n <= 8) && (m < 99) && (r < 19) )
blah(v); /* { dg-bogus "uninitialized" "pr101674" { xfail mmix-*-* } } */
blah(v); /* { dg-bogus "uninitialized" "pr101674" } */

return 0;
}
Expand Down

0 comments on commit b2f42d0

Please sign in to comment.