This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/68151] ICE on using select case with function of wrong type


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

--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun Nov  8 17:43:29 2015
New Revision: 229957

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

        PR fortran/68151
        * match.c (match_case_selector):  Check for invalid type.

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

        PR fortran/68151
        * gfortran.dg/pr68151.f90: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68151.f90
Modified:
    branches/gcc-5-branch/gcc/fortran/ChangeLog
    branches/gcc-5-branch/gcc/fortran/match.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]