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/68318] ICE on duplicate entry declarations


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

--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Nov 13 01:11:10 2015
New Revision: 230282

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

        PR fortran/68318
        * decl.c (get_proc_name): Increment reference count for ENTRY.
        While here, fix comment and use postfix ++ for consistency.

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

        PR fortran/68318
        * gfortran.dg/pr68318_1.f90: New test.
        * gfortran.dg/pr68318_2.f90: Ditto.

Added:
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68318_1.f90
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68318_2.f90
Modified:
    branches/gcc-5-branch/gcc/fortran/ChangeLog
    branches/gcc-5-branch/gcc/fortran/decl.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]