aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2021-04-15 21:51:08 +0200
committerHans-Peter Nilsson <hp@axis.com>2021-04-15 22:36:29 +0200
commit58fe131b91007793c0f12f5fe6cab3f1a017d0fa (patch)
tree04b5a453bc72dfac0204dcabbb4b1ff50a3ff40d /gcc
parent3682052e4ccf0a29d1f61df1c8e31f8190eafafe (diff)
downloadgcc-58fe131b91007793c0f12f5fe6cab3f1a017d0fa.zip
gcc-58fe131b91007793c0f12f5fe6cab3f1a017d0fa.tar.gz
gcc-58fe131b91007793c0f12f5fe6cab3f1a017d0fa.tar.bz2
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-*-*.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/pr84877.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr84877.c b/gcc/testsuite/gcc.dg/pr84877.c
index 8a34dd4..8551d27 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 <inttypes.h>