https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118127
Bug ID: 118127 Summary: gfortran tests XPASS on ppc64le when built with --with-long-double-format=ieee Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: siddhesh at gcc dot gnu.org Target Milestone: --- The following tests XPASS on ppc64le with gcc configured with IEEE 128 bit long double format. This is likely because denormals are well defined for IEEE128 bit long double and the tests need to be adjusted to not expect failure for this specific configuration.