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.
This commit is contained in:
Michael Meissner 2021-01-29 17:44:54 -05:00
parent fa00e35c17
commit d761172d9b

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