r264161 - in /branches/gcc-7-branch/gcc: fortra...

janus@gcc.gnu.org janus@gcc.gnu.org
Fri Sep 7 17:33:00 GMT 2018


Author: janus
Date: Fri Sep  7 17:33:15 2018
New Revision: 264161

URL: https://gcc.gnu.org/viewcvs?rev=264161&root=gcc&view=rev
Log:
2018-09-07  Janus Weil  <janus@gcc.gnu.org>

	Backported from trunk
	PR fortran/86116
	* interface.c (compare_type): Remove a CLASS/TYPE check.
	(compare_type_characteristics): New function that behaves like the old
	'compare_type'.
	(gfc_check_dummy_characteristics, gfc_check_result_characteristics):
	Call 'compare_type_characteristics' instead of 'compare_type'.

2018-09-07  Janus Weil  <janus@gcc.gnu.org>

	Backported from trunk
	PR fortran/86116
	* gfortran.dg/generic_34.f90: New test case.

Added:
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/generic_34.f90
Modified:
    branches/gcc-7-branch/gcc/fortran/ChangeLog
    branches/gcc-7-branch/gcc/fortran/interface.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list