https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115700
--- Comment #19 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Paul Thomas <pa...@gcc.gnu.org>: https://gcc.gnu.org/g:2b93936a122eaf5549c013cfdd27a1a164635ad7 commit r14-10929-g2b93936a122eaf5549c013cfdd27a1a164635ad7 Author: Paul Thomas <pa...@gcc.gnu.org> Date: Sun Nov 3 18:02:16 2024 +0000 Fortran: Fix associate_69.f90 that fails on some platforms [PR115700] 2024-11-03 Paul Thomas <pa...@gcc.gnu.org> gcc/testsuite/ PR fortran/115700 * gfortran.dg/associate_69.f90: Remove the test that produces a variable string length because the optimized count depends on the platform. This is tested in associate_70.f90. (cherry picked from commit 4ed02814c2191d5febe0972c3e43c80c004f4799)