https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103504
--- Comment #4 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:600956c81c784f4a0cc9d10f6e03e01847afd961 commit r13-1846-g600956c81c784f4a0cc9d10f6e03e01847afd961 Author: Harald Anlauf <anl...@gmx.de> Date: Mon Jul 25 22:29:50 2022 +0200 Fortran: error recovery from calculation of storage size of a symbol [PR103504] gcc/fortran/ChangeLog: PR fortran/103504 * interface.cc (get_sym_storage_size): Array bounds and character length can only be of integer type. gcc/testsuite/ChangeLog: PR fortran/103504 * gfortran.dg/pr103504.f90: New test.