PR testsuite/98870: Fix IEEE 128-bit fortran test
authorMichael Meissner <meissner@linux.ibm.com>
Fri, 29 Jan 2021 22:44:54 +0000 (17:44 -0500)
committerMichael Meissner <meissner@linux.ibm.com>
Fri, 29 Jan 2021 22:44:54 +0000 (17:44 -0500)
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.

gcc/testsuite/gcc.target/powerpc/ppc-fortran/ieee128-math.f90

index d74c8d723f12a64a3142adc6a60bef690734c5b6..06685499b5480ab0f798aa7f0a8a3a019ce282fc 100644 (file)
@@ -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} } }