public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r10-10769] rs6000/testsuite: 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:b3157b03a8b83445e6ce48c9d9c6a6b614937691

commit r10-10769-gb3157b03a8b83445e6ce48c9d9c6a6b614937691
Author: Segher Boessenkool <segher@kernel.crashing.org>
Date:   Wed Apr 6 15:22:24 2022 +0000

    rs6000/testsuite: Skip pr105140.c
    
    This test fails with error "AltiVec argument passed to unprototyped
    function", but the code (in rs6000.c:invalid_arg_for_unprototyped_fn,
    from 2005) actually tests for any vector type argument.  It also does
    not fail on Darwin, not reflected here though.
    
    2022-04-06  Segher Boessenkool  <segher@kernel.crashing.org>
    
    gcc/testsuite/
            PR target/105147
            * gcc.dg/pr105140.c: Skip for powerpc*-*-*.
    
    (cherry picked from commit c65d15d40738f3691ff1a39907a4b93e9fe5c5ae)

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

diff --git a/gcc/testsuite/gcc.dg/pr105140.c b/gcc/testsuite/gcc.dg/pr105140.c
index 14bff2f7f9c..da34e7ad656 100644
--- a/gcc/testsuite/gcc.dg/pr105140.c
+++ b/gcc/testsuite/gcc.dg/pr105140.c
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-Os -w -Wno-psabi" } */
+/* { dg-skip-if "PR105147" { powerpc*-*-* } } */
 
 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-10769] rs6000/testsuite: 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).