r242335 - in /trunk/gcc: fortran/ChangeLog fort...

janus@gcc.gnu.org janus@gcc.gnu.org
Sat Nov 12 09:25:00 GMT 2016


Author: janus
Date: Sat Nov 12 09:25:47 2016
New Revision: 242335

URL: https://gcc.gnu.org/viewcvs?rev=242335&root=gcc&view=rev
Log:
2016-11-12  Janus Weil  <janus@gcc.gnu.org>

	PR fortran/77501
	* class.c (gfc_find_typebound_intrinsic_op): Remove an unnecessary
	assert and nullification.
	* decl.c (gfc_match_decl_type_spec): Use gfc_get_tbp_symtree,
	fix indentation.
	(gfc_match_generic): Remove an unnecessary assert.
	Use gfc_get_tbp_symtree to avoid ICE.

2016-11-12  Janus Weil  <janus@gcc.gnu.org>

	PR fortran/77501
	* gfortran.dg/typebound_generic_16.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/typebound_generic_16.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/class.c
    trunk/gcc/fortran/decl.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list