https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91714
--- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Oct 1 18:37:53 2019 New Revision: 276421 URL: https://gcc.gnu.org/viewcvs?rev=276421&root=gcc&view=rev Log: 2019-10-01 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91714 * decl.c (gfc_match_decl_type_spec): Issue errors for a few mangled types. 2019-10-01 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91714 * gfortran.dg/dec_type_print_3.f90: Update dg-error regex. * gfortran.dg/pr91714.f90: New test. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr91714.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/dec_type_print_3.f90