]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
XFAIL test for PR 111003.
authorAndrew MacLeod <amacleod@redhat.com>
Mon, 27 Oct 2025 14:02:21 +0000 (10:02 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Mon, 27 Oct 2025 14:06:53 +0000 (10:06 -0400)
The change to 118254 uncovered the latent bug in 111003, reopened and
xfailed current test.

PR tree-optimization/111003
* gcc.dg/tree-ssa/pr111003.c: XFAIL.

gcc/testsuite/gcc.dg/tree-ssa/pr111003.c

index 59d3a9666623174769095fbeaf66a74e83df208a..10cfe88e33ef5f0a73537cc0fad8d82ee46ac663 100644 (file)
@@ -31,4 +31,4 @@ static int *i() {
 }
 int main() { k(c, c); }
 
-/* { dg-final { scan-tree-dump-not "foo" "optimized" } } */
+/* { dg-final { scan-tree-dump-not "foo" "optimized" { xfail *-*-* } } } */