public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r10-10770] IBM zSystems/testsuite: PR105147: Skip pr105140.c
@ 2022-05-27 13:15 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2022-05-27 13:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1cccf2e43b43d6e75df2257ddc2682dceb9f04ae

commit r10-10770-g1cccf2e43b43d6e75df2257ddc2682dceb9f04ae
Author: Andreas Krebbel <krebbel@linux.ibm.com>
Date:   Thu Apr 7 07:29:13 2022 +0200

    IBM zSystems/testsuite: PR105147: Skip pr105140.c
    
    pr105140.c fails on IBM zSystems with "vector argument passed to
    unprototyped function".  s390_invalid_arg_for_unprototyped_fn in
    s390.cc is triggered by that.
    
    gcc/testsuite/ChangeLog:
    
            PR target/105147
            * gcc.dg/pr105140.c: Skip for s390*-*-*.
    
    (cherry picked from commit 176df4ccb58689aae29511b99d60a448558ede94)

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

diff --git a/gcc/testsuite/gcc.dg/pr105140.c b/gcc/testsuite/gcc.dg/pr105140.c
index da34e7ad656..7d30985e850 100644
--- a/gcc/testsuite/gcc.dg/pr105140.c
+++ b/gcc/testsuite/gcc.dg/pr105140.c
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-Os -w -Wno-psabi" } */
-/* { dg-skip-if "PR105147" { powerpc*-*-* } } */
+/* { dg-skip-if "PR105147" { powerpc*-*-* s390*-*-* } } */
 
 typedef char __attribute__((__vector_size__ (16 * sizeof (char)))) U;
 typedef int __attribute__((__vector_size__ (16 * sizeof (int)))) V;


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

only message in thread, other threads:[~2022-05-27 13:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27 13:15 [gcc r10-10770] IBM zSystems/testsuite: PR105147: Skip pr105140.c Richard Biener

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