public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-8204] gcc.dg/pr84877.c: Xfail for cris-*-*
@ 2021-04-15 20:36 Hans-Peter Nilsson
  0 siblings, 0 replies; only message in thread
From: Hans-Peter Nilsson @ 2021-04-15 20:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:58fe131b91007793c0f12f5fe6cab3f1a017d0fa

commit r11-8204-g58fe131b91007793c0f12f5fe6cab3f1a017d0fa
Author: Hans-Peter Nilsson <hp@axis.com>
Date:   Thu Apr 15 21:51:08 2021 +0200

    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-*-*.

Diff:
---
 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 <inttypes.h>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-15 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 20:36 [gcc r11-8204] gcc.dg/pr84877.c: Xfail for cris-*-* Hans-Peter Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).