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/78443] [OOP] Incorrect behavior with non_overridable keyword


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

--- Comment #12 from janus at gcc dot gnu.org ---
Author: janus
Date: Sun Dec  4 16:00:27 2016
New Revision: 243229

URL: https://gcc.gnu.org/viewcvs?rev=243229&root=gcc&view=rev
Log:
2016-12-04  Janus Weil  <janus@gcc.gnu.org>

        Backport from trunk
        PR fortran/78443
        * class.c (add_proc_comp): Add a vtype component for non-overridable
        procedures that are overriding.

2016-12-04  Janus Weil  <janus@gcc.gnu.org>

        Backport from trunk
        PR fortran/78443
        * gfortran.dg/typebound_proc_35.f90: New test case.

Added:
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/typebound_proc_35.f90
Modified:
    branches/gcc-6-branch/gcc/fortran/ChangeLog
    branches/gcc-6-branch/gcc/fortran/class.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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