https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64244
--- Comment #16 from janus at gcc dot gnu.org --- Author: janus Date: Tue Dec 23 10:51:32 2014 New Revision: 219043 URL: https://gcc.gnu.org/viewcvs?rev=219043&root=gcc&view=rev Log: 2014-12-23 Janus Weil <ja...@gcc.gnu.org> Backport from mainline 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-23 Janus Weil <ja...@gcc.gnu.org> Backport from mainline PR fortran/64244 * gfortran.dg/typebound_call_26.f90: New. Added: branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/typebound_call_26.f90 Modified: branches/gcc-4_9-branch/gcc/fortran/ChangeLog branches/gcc-4_9-branch/gcc/fortran/resolve.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog