From 58fe131b91007793c0f12f5fe6cab3f1a017d0fa Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 15 Apr 2021 21:51:08 +0200 Subject: [PATCH] gcc.dg/pr84877.c: Xfail for cris-*-* Unfortunately it appears that this PR is on nobody's radar. Xfailing it to get an arguably artificial zero regression state (since T0=2007-01-05) helps my autotester. Caveat: the pass/fail state of this test, as long as stack alignment isn't adjusted, is dependent on the alignment of the stack at the entry of main, so depending on the target, e.g. the size and number of environment variables at invocation time can affect the result (including simulator runs where environment variables are propagated to the target). gcc/testsuite: PR middle-end/84877 * gcc.dg/pr84877.c: Xfail for cris-*-*. --- gcc/testsuite/gcc.dg/pr84877.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/pr84877.c b/gcc/testsuite/gcc.dg/pr84877.c index 8a34dd4fb66..8551d27bcbb 100644 --- a/gcc/testsuite/gcc.dg/pr84877.c +++ b/gcc/testsuite/gcc.dg/pr84877.c @@ -1,4 +1,4 @@ -/* { dg-do run } */ +/* { dg-do run { xfail { cris-*-* } } } */ /* { dg-options "-O2" } */ #include