https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124631
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Harald Anlauf <[email protected]>: https://gcc.gnu.org/g:73933cdc44dea4b1bd5e1a2ef04d1df6edeb27c6 commit r16-8308-g73933cdc44dea4b1bd5e1a2ef04d1df6edeb27c6 Author: Harald Anlauf <[email protected]> Date: Thu Mar 26 21:35:11 2026 +0100 Fortran: several small fixes in gfc_simplify_eoshift [PR124631] PR fortran/124631 gcc/fortran/ChangeLog: * simplify.cc (gfc_simplify_eoshift): Initialize sstride[0] to prevent pointer arithmetic with undefined offset. Fix several frontend memleaks.
