https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116858
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sam James <sja...@gcc.gnu.org>: https://gcc.gnu.org/g:819098dc71f2079aedc15a904ab5f17f0788d991 commit r15-3899-g819098dc71f2079aedc15a904ab5f17f0788d991 Author: Sam James <s...@gentoo.org> Date: Thu Sep 26 15:43:33 2024 +0100 testsuite: XFAIL gfortran.dg/initialization_25.f90 properly The test was disabled/XFAIL'd informally in r0-100012-gcdc6637d7c78ec, but r15-3890-g34bf6aa41ba539 didn't realize this, causing a FAIL. Fix that by marking it as XFAIL per the original intent. gcc/testsuite/ChangeLog: PR fortran/35779 PR fortran/116858 * gfortran.dg/initialization_25.f90: Mark as XFAIL.