https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77501
--- Comment #4 from janus at gcc dot gnu.org --- 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 <ja...@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 <ja...@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