public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Alexandre Oliva <aoliva@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-8129] ppc: testsuite: skip pr60203 on no ldbl128
Date: Wed, 13 Apr 2022 01:43:28 +0000 (GMT)	[thread overview]
Message-ID: <20220413014328.1F5223857811@sourceware.org> (raw)

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" } */


                 reply	other threads:[~2022-04-13  1:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220413014328.1F5223857811@sourceware.org \
    --to=aoliva@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).