public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/work034)] PR target/98874: Fix fortran test with obsolete switches
Date: Fri, 29 Jan 2021 18:15:55 +0000 (GMT)	[thread overview]
Message-ID: <20210129181555.61663385EC58@sourceware.org> (raw)

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

commit e802e479a3e3792c89c8f82533dfa3b115815031
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Jan 29 13:15:36 2021 -0500

    PR target/98874: Fix fortran test with obsolete switches
    
    The pr80108-1.f90 test used the obsolete -mfloat128-type option.  This
    removes the option as it isn't needed for this test.
    
    I have tested this patch and the test now passes.  Can I check it into the
    master branch?
    
    gcc/testsuite/
    2021-01-29  Michael Meissner  <meissner@linux.ibm.com>
    
            PR testsuite/98874
            * gcc.target/powerpc/ppc-fortran/ieee128-math.f90: Fix mapping of
            the built-in function.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/ppc-fortran/pr80108-1.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/ppc-fortran/pr80108-1.f90 b/gcc/testsuite/gcc.target/powerpc/ppc-fortran/pr80108-1.f90
index 844166d55e3..df243f7cea7 100644
--- a/gcc/testsuite/gcc.target/powerpc/ppc-fortran/pr80108-1.f90
+++ b/gcc/testsuite/gcc.target/powerpc/ppc-fortran/pr80108-1.f90
@@ -1,7 +1,7 @@
 ! Originally contributed by Tobias Burnas.
 ! { dg-do compile { target { powerpc*-*-* } } }
 ! { dg-require-effective-target powerpc_p9vector_ok }
-! { dg-options "-mdejagnu-cpu=405 -mpower9-minmax -mfloat128-type" }
+! { dg-options "-mdejagnu-cpu=405 -mpower9-minmax" }
 ! { dg-excess-errors "expect error due to conflicting target options" }
 ! Since the error message is not associated with a particular line
 ! number, we cannot use the dg-error directive and cannot specify a


                 reply	other threads:[~2021-01-29 18:15 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=20210129181555.61663385EC58@sourceware.org \
    --to=meissner@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).