https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99688
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:129afa080badc7884c08668ed67a1e4da61bb7da commit r10-9522-g129afa080badc7884c08668ed67a1e4da61bb7da Author: Tobias Burnus <tob...@codesourcery.com> Date: Mon Mar 22 09:49:48 2021 +0100 Fortran: Fix 'name' bound size [PR99688] gcc/fortran/ChangeLog: PR fortran/99688 * match.c (select_type_set_tmp, gfc_match_select_type, gfc_match_select_rank): Fix 'name' buffersize to avoid out of bounds. * resolve.c (resolve_select_type): Likewise. (cherry picked from commit 0e792ee11aa6ebb6f61e9ed33eb06e260f0ec703)