https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98873
Bug ID: 98873 Summary: PowerPC test gcc.target/powerpc/ppc-fortran/ieee128-math.f90 now fails Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: meissner at gcc dot gnu.org Target Milestone: --- In checking in the change on January 28th that changes the built-in function names if long double is IEEE 128-bit, I broke the test gcc.target/powerpc/ppc-fortran/ieee128-math.f90. This is before the change the compiler had changed 'logl' to 'logf128' when long doubles are IEEE 128-bit. After the change, 'logl' becomes '__logieee128' instead.