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 r11-6990] PR testsuite/98870: Fix IEEE 128-bit fortran test
Date: Fri, 29 Jan 2021 22:46:14 +0000 (GMT)	[thread overview]
Message-ID: <20210129224614.F153F3844051@sourceware.org> (raw)

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

commit r11-6990-gd761172d9b2feff68d50f38b3c76969532688791
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Jan 29 17:44:54 2021 -0500

    PR testsuite/98870: Fix IEEE 128-bit fortran test
    
    This test started failing when I changed the mapping of IEEE 128-bit long
    double built-in functions on 2021-01-28.  This patch fixes the test so it
    uses the correct name.
    
    gcc/testsuite/
    2021-01-29  Michael Meissner  <meissner@linux.ibm.com>
    
            PR testsuite/98870
            * gcc.target/powerpc/ppc-fortran/ieee128-math.f90: Fix the
            expected result.

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

diff --git a/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ieee128-math.f90 b/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ieee128-math.f90
index d74c8d723f1..06685499b54 100644
--- a/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ieee128-math.f90
+++ b/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ieee128-math.f90
@@ -17,4 +17,4 @@ program test_qp
 end
 
 ! { dg-final { scan-assembler-not {\mbl logl\M}    } }
-! { dg-final { scan-assembler     {\mbl logf128\M} } }
+! { dg-final { scan-assembler     {\mbl __logieee128\M} } }


                 reply	other threads:[~2021-01-29 22:46 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=20210129224614.F153F3844051@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).