Copy&paste error on the git commit message: > gcc/fortran/ > PR fortran/95689 > * class.c (get_unique_type_string): Enlarge temporary buffer, and > add check on length on mangled name to prevent overflow.
This should have been: gcc/fortran/ PR fortran/95689 * interface.c (check_sym_interfaces): Enlarge temporary buffer, and add check on length on mangled name to prevent overflow. Sorry for that. Harald