From: Andreas Krebbel Date: Thu, 7 Apr 2022 05:29:13 +0000 (+0200) Subject: IBM zSystems/testsuite: PR105147: Skip pr105140.c X-Git-Tag: upstream/12.2.0~658 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=176df4ccb58689aae29511b99d60a448558ede94;p=platform%2Fupstream%2Fgcc.git 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*-*-*. --- diff --git a/gcc/testsuite/gcc.dg/pr105140.c b/gcc/testsuite/gcc.dg/pr105140.c index da34e7a..7d30985 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;