Hi! On Fri, Jan 29, 2021 at 01:44:03PM -0500, Michael Meissner wrote: > 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 <meiss...@linux.ibm.com> > > PR testsuite/98870 > * gcc.target/powerpc/ppc-fortran/ieee128-math.f90: Fix mapping of > the built-in function. It changes the expected result, it doesn't change the mapping. Okay for trunk with the changelog fixed. Thanks! Segher > --- 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} } }