re PR fortran/88072 (gfortran crashes with an internal compiler error)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Tue, 13 Aug 2019 20:10:25 +0000 (20:10 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Tue, 13 Aug 2019 20:10:25 +0000 (20:10 +0000)
commit34342ea3f96a82266a92386a97555b0d9bc51777
treee5cf549a4c3019e23a4c6900468838874afda586
parentd308419c64c52c2d48bdf53a65e1790a2c897e83
re PR fortran/88072 (gfortran crashes with an internal compiler error)

2019-08-13  Steven G. Kargl  <kargl@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  <kargl@gcc.gnu.org>

PR fortran/88072
* gfortran.dg/pr88072.f90: New test.
* gfortran.dg/unlimited_polymorphic_28.f90: Fix error message.

From-SVN: r274399
gcc/fortran/ChangeLog
gcc/fortran/misc.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr88072.f90 [new file with mode: 0644]