https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118127
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Siddhesh Poyarekar <siddh...@gcc.gnu.org>: https://gcc.gnu.org/g:d4d4e874dee2d5b0abe5ceb9f2a78e5602e86030 commit r15-7274-gd4d4e874dee2d5b0abe5ceb9f2a78e5602e86030 Author: Siddhesh Poyarekar <siddh...@gotplt.org> Date: Thu Dec 19 08:09:15 2024 -0500 testsuite/118127: Pass fortran tests on ppc64le for IEEE128 long doubles Denormal behaviour is well defined for IEEE128 long doubles, so XFAIL some gfortran tests only for targets with the IBM128 long double ABI. gcc/testsuite/ChangeLog: PR testsuite/118127 * lib/target-supports.exp (check_effective_target_long_double_is_ibm128): New procedure. * gfortran.dg/default_format_2.f90: xfail for long_double_is_ibm128. * gfortran.dg/default_format_denormal_2.f90: Likewise. * gfortran.dg/large_real_kind_form_io_2.f90: Likewise. Signed-off-by: Siddhesh Poyarekar <siddh...@gotplt.org>