https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64244
--- Comment #17 from janus at gcc dot gnu.org --- Author: janus Date: Tue Dec 23 19:06:23 2014 New Revision: 219047 URL: https://gcc.gnu.org/viewcvs?rev=219047&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_8-branch/gcc/testsuite/gfortran.dg/typebound_call_26.f90 Modified: branches/gcc-4_8-branch/gcc/fortran/ChangeLog branches/gcc-4_8-branch/gcc/fortran/resolve.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog