https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88072
--- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Aug 13 20:38:01 2019 New Revision: 274401 URL: https://gcc.gnu.org/viewcvs?rev=274401&root=gcc&view=rev Log: 2019-08-13 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/88072 * misc.c (gfc_typename): Do not point to something that ought not to be pointed at. 2019-08-13 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/88072 * gfortran.dg/pr88072.f90: New test. * gfortran.dg/unlimited_polymorphic_28.f90: Fix error message. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr88072.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/misc.c branches/gcc-9-branch/gcc/testsuite/ChangeLog branches/gcc-9-branch/gcc/testsuite/gfortran.dg/unlimited_polymorphic_28.f90