public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6990] PR testsuite/98870: Fix IEEE 128-bit fortran test
@ 2021-01-29 22:46 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2021-01-29 22:46 UTC (permalink / raw)
  To: gcc-cvs

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} } }


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

only message in thread, other threads:[~2021-01-29 22:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29 22:46 [gcc r11-6990] PR testsuite/98870: Fix IEEE 128-bit fortran test Michael Meissner

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