https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95688
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>: https://gcc.gnu.org/g:cd6546ac0e8fb2f4ff2a4bb2db2363ca02bdb7ba commit r11-1569-gcd6546ac0e8fb2f4ff2a4bb2db2363ca02bdb7ba Author: Harald Anlauf <anl...@gmx.de> Date: Sat Jun 20 16:14:00 2020 +0200 PR fortran/95688 - ICE in gfc_get_string, at fortran/iresolve.c:70 With submodules, name mangling of character pointer declarations produces long internal symbols that overflowed a static internal buffer. Adjust the buffer size. gcc/fortran/ PR fortran/95688 * iresolve.c (gfc_get_string): Enlarge static buffer size.