[Bug fortran/66245] ICE on select type with empty type spec

kargl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 8 15:55:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66245

--- Comment #2 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Mon Jun  8 15:55:16 2015
New Revision: 224237

URL: https://gcc.gnu.org/viewcvs?rev=224237&root=gcc&view=rev
Log:
2015-06-08  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/66245
        * match.c (gfc_match_type_is, gfc_match_class_is):  Check if the
        return type spec or derived type spec is validate.

2015-06-08  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/66245
        * gfortran.dg/class_is_1.f90: New test.
        * gfortran.dg/type_is_1.f90: Ditto.

Added:
    trunk/gcc/testsuite/gfortran.dg/class_is_1.f90
    trunk/gcc/testsuite/gfortran.dg/type_is_1.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/match.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-bugs mailing list