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

--- Comment #7 from janus at gcc dot gnu.org ---
Author: janus
Date: Tue Dec 16 08:15:38 2014
New Revision: 218776

URL: https://gcc.gnu.org/viewcvs?rev=218776&root=gcc&view=rev
Log:
2014-12-16  Janus Weil  <ja...@gcc.gnu.org>

    PR fortran/64244
    * resolve.c (resolve_typebound_call): New argument to pass out the
    non-overridable attribute of the specific procedure.
    (resolve_typebound_subroutine): Get overridable flag from
    resolve_typebound_call.

2014-12-16  Janus Weil  <ja...@gcc.gnu.org>

    PR fortran/64244
    * gfortran.dg/typebound_call_26.f90: New.

Added:
    trunk/gcc/testsuite/gfortran.dg/typebound_call_26.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/resolve.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to