public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-90] testsuite: Skip gcc.dg/Wno-frame-address.c for PRU
@ 2022-05-03 18:57 Dimitar Dimitrov
  0 siblings, 0 replies; only message in thread
From: Dimitar Dimitrov @ 2022-05-03 18:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a0fa33ababb822d5170d1025acbfaa9fe7512341

commit r13-90-ga0fa33ababb822d5170d1025acbfaa9fe7512341
Author: Dimitar Dimitrov <dimitar@dinux.eu>
Date:   Sun Apr 3 16:11:27 2022 +0300

    testsuite: Skip gcc.dg/Wno-frame-address.c for PRU
    
    Access to arbitrary stack frames is not supported on PRU.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/Wno-frame-address.c: Skip for PRU target.
    
    Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>

Diff:
---
 gcc/testsuite/gcc.dg/Wno-frame-address.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/Wno-frame-address.c b/gcc/testsuite/gcc.dg/Wno-frame-address.c
index 13c42b255e9..a97ec402b4a 100644
--- a/gcc/testsuite/gcc.dg/Wno-frame-address.c
+++ b/gcc/testsuite/gcc.dg/Wno-frame-address.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-skip-if "Cannot access arbitrary stack frames" { arm*-*-* amdgpu-*-* avr-*-* hppa*-*-* ia64-*-* visium-*-* csky-*-* msp430-*-* cris-*-* mmix-*-* } } */
+/* { dg-skip-if "Cannot access arbitrary stack frames" { arm*-*-* amdgpu-*-* avr-*-* hppa*-*-* ia64-*-* visium-*-* csky-*-* msp430-*-* cris-*-* mmix-*-* pru-*-* } } */
 /* { dg-options "-Werror" } */
 /* { dg-additional-options "-mbackchain" { target { s390*-*-* } } } */


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

only message in thread, other threads:[~2022-05-03 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 18:57 [gcc r13-90] testsuite: Skip gcc.dg/Wno-frame-address.c for PRU Dimitar Dimitrov

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