https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91660
--- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Sep 5 18:37:13 2019 New Revision: 275427 URL: https://gcc.gnu.org/viewcvs?rev=275427&root=gcc&view=rev Log: 2019-09-05 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91660 * decl.c (gfc_match_decl_type_spec): Improve and restore error message for malformed types-spec. 2019-09-05 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91660 * gfortran.dg/pdt_4.f03: Fix invalid code. * gfortran.dg/pr91660_1.f90: New test. * gfortran.dg/pr91660_2.f90: Ditto. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr91660_1.f90 branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr91660_2.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/decl.c branches/gcc-9-branch/gcc/testsuite/ChangeLog branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pdt_4.f03