https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116388
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Paul Thomas <pa...@gcc.gnu.org>: https://gcc.gnu.org/g:a50d2acc48f45c6bbf256e51440d181794079a0f commit r13-9209-ga50d2acc48f45c6bbf256e51440d181794079a0f Author: Paul Thomas <pa...@gcc.gnu.org> Date: Mon Nov 11 09:01:11 2024 +0000 Fortran: Suppress invalid finalization of artificial variable [PR116388] 2024-11-11 Tomas Trnka <tr...@scm.com> Paul Thomas <pa...@gcc.gnu.org> gcc/fortran PR fortran/116388 * class.cc (finalize_component): Leading underscore in the name of 'byte_stride' to suppress invalid finalization. gcc/testsuite/ PR fortran/116388 * gfortran.dg/finalize_58.f90: New test. (cherry picked from commit 42a2df0b7985b2a4732ba1c29726ac7aabd5eeae)