r219043 - in /branches/gcc-4_9-branch/gcc: fort...

janus@gcc.gnu.org janus@gcc.gnu.org
Tue Dec 23 10:51:00 GMT 2014


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  <janus@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  <janus@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



More information about the Gcc-cvs mailing list