public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-8129] ppc: testsuite: skip pr60203 on no ldbl128
@ 2022-04-13  1:43 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2022-04-13  1:43 UTC (permalink / raw)
  To: gcc-cvs

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

commit r12-8129-gc1ff207af66d512767dadd3019e1d16ff6a26c24
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Tue Apr 12 22:41:46 2022 -0300

    ppc: testsuite: skip pr60203 on no ldbl128
    
    If neither 128-bit long double format is available, skip pr60203.c.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/pr60203.c: Skip on no 128-bit long double.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/pr60203.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.target/powerpc/pr60203.c b/gcc/testsuite/gcc.target/powerpc/pr60203.c
index 7ada64a32db..a5a574a8837 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr60203.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr60203.c
@@ -1,5 +1,6 @@
 /* { dg-do compile { target { powerpc*-*-* && lp64 } } } */
 /* { dg-skip-if "" { powerpc*-*-darwin* } } */
+/* { dg-require-effective-target longdouble128 } */
 /* { dg-require-effective-target powerpc_p8vector_ok } */
 /* { dg-options "-mdejagnu-cpu=power8 -O3" } */


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

only message in thread, other threads:[~2022-04-13  1:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13  1:43 [gcc r12-8129] ppc: testsuite: skip pr60203 on no ldbl128 Alexandre Oliva

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