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/65453] ICE in build_function_decl, at fortran/trans-decl.c:2001


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

--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Mon Mar 19 18:36:29 2018
New Revision: 258652

URL: https://gcc.gnu.org/viewcvs?rev=258652&root=gcc&view=rev
Log:
2018-03-19  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/65453
        * decl.c (get_proc_name): Catch clash between a procedure statement
        and a contained subprogram

2018-03-19  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/65453
        * gfortran.dg/pr65453.f90: New test.

Added:
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr65453.f90
Modified:
    branches/gcc-7-branch/gcc/fortran/ChangeLog
    branches/gcc-7-branch/gcc/fortran/decl.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

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