r254719 - in /branches/gcc-6-branch/gcc: fortra...

pault@gcc.gnu.org pault@gcc.gnu.org
Tue Nov 14 08:17:00 GMT 2017


Author: pault
Date: Tue Nov 14 08:15:52 2017
New Revision: 254719

URL: https://gcc.gnu.org/viewcvs?rev=254719&root=gcc&view=rev
Log:
2017-11-13  Paul Thomas  <pault@gcc.gnu.org>

	Backport from trunk
	PR fortran/78619
	* check.c (same_type_check): Introduce a new argument 'assoc'
	with default value false. If this is true, use the symbol type
	spec of BT_PROCEDURE expressions.
	(gfc_check_associated): Set 'assoc' true in the call to
	'same_type_check'.

2017-11-13  Paul Thomas  <pault@gcc.gnu.org>

	Backport from trunk
	PR fortran/78619
	* gfortran.dg/pr78619.f90: New test.


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



More information about the Gcc-cvs mailing list