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:
parent
fa00e35c17
commit
d761172d9b
1 changed files with 1 additions and 1 deletions
|
@ -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} } }
|
||||
|
|
Loading…
Add table
Reference in a new issue