public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6502] testsuite: Fix pr47614.f test
Date: Tue, 11 Jan 2022 22:51:35 +0000 (GMT)	[thread overview]
Message-ID: <20220111225135.C6529393A419@sourceware.org> (raw)

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

commit r12-6502-ge73549f41831a7ff5d8e5f26e6068b09f5dcab3b
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Jan 4 22:36:57 2022 +0100

    testsuite: Fix pr47614.f test
    
    This test FAILs because
    f951: Error: '-mabi=ieeelongdouble' requires full ISA 2.06 support
    compiler exited with status 1
    FAIL: gfortran.dg/pr47614.f   -O0  (test for excess errors)
    As powerpc64le* only supports -mcpu=power8 and newer, I think we shouldn't
    be testing with that option.
    
    2022-01-04  Jakub Jelinek  <jakub@redhat.com>
    
            * gfortran.dg/pr47614.f: Don't use -mcpu=power4 for
            powerpc64le*-*-linux*.

Diff:
---
 gcc/testsuite/gfortran.dg/pr47614.f | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gfortran.dg/pr47614.f b/gcc/testsuite/gfortran.dg/pr47614.f
index 500d210a2a4..6be2c96074e 100644
--- a/gcc/testsuite/gfortran.dg/pr47614.f
+++ b/gcc/testsuite/gfortran.dg/pr47614.f
@@ -1,6 +1,7 @@
 ! { dg-do run { target { powerpc*-*-* } } }
 ! { dg-skip-if "" { powerpc*-*-darwin* } }
 ! { dg-options "-O3 -funroll-loops -ffast-math -mcpu=power4" }
+! { dg-options "-O3 -funroll-loops -ffast-math" { target powerpc64le*-*-linux* } }
 
 
       SUBROUTINE SFCPAR(ZET,NZ,ZMH,TSL,TMES)


                 reply	other threads:[~2022-01-11 22:51 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=20220111225135.C6529393A419@sourceware.org \
    --to=jakub@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).