public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-10037] testsuite: Skip pr105250.c for powerpc and s390 [PR105266]
@ 2022-05-27  5:59 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2022-05-27  5:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:186fcf8b7a7c17a8a17466bc9149b3ca4ca9dd3e

commit r11-10037-g186fcf8b7a7c17a8a17466bc9149b3ca4ca9dd3e
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Sun Apr 17 21:34:51 2022 -0500

    testsuite: Skip pr105250.c for powerpc and s390 [PR105266]
    
    This test case pr105250.c is like its related pr105140.c, which
    suffers the error with message like "{AltiVec,vector} argument
    passed to unprototyped" on powerpc and s390.  So like commits
    r12-8025 and r12-8039, this fix is to add the dg-skip-if for
    powerpc*-*-* and s390*-*-*.
    
    gcc/testsuite/ChangeLog:
    
            PR testsuite/105266
            * gcc.dg/pr105250.c: Skip for powerpc*-*-* and s390*-*-*.
    
    (cherry picked from commit 021b51814d67bedd8f41ac07edfd05654140c6e5)

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

diff --git a/gcc/testsuite/gcc.dg/pr105250.c b/gcc/testsuite/gcc.dg/pr105250.c
index 665dd95d8cb..4683e0e63a2 100644
--- a/gcc/testsuite/gcc.dg/pr105250.c
+++ b/gcc/testsuite/gcc.dg/pr105250.c
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-w -Wno-psabi -O2" } */
+/* { dg-skip-if "PR105266" { powerpc*-*-* s390*-*-* } } */
 
 typedef int __attribute__((__vector_size__(4))) T;
 typedef int __attribute__((__vector_size__(8))) U;


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27  5:59 [gcc r11-10037] testsuite: Skip pr105250.c for powerpc and s390 [PR105266] 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).