http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57966
janus at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #9 from janus at gcc dot gnu.org --- Fixed on trunk with: Author: janus Date: Thu Jul 25 21:41:22 2013 New Revision: 201254 URL: http://gcc.gnu.org/viewcvs?rev=201254&root=gcc&view=rev Log: 2013-07-25 Janus Weil <ja...@gcc.gnu.org> PR fortran/57966 * resolve.c (resolve_typebound_function): Make sure the declared type, including its type-bound procedures, is resolved before resolving the actual type-bound call. 2013-07-25 Janus Weil <ja...@gcc.gnu.org> PR fortran/57966 * gfortran.dg/typebound_call_25.f90: New. Added: trunk/gcc/testsuite/gfortran.dg/typebound_call_25.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/resolve.c trunk/gcc/testsuite/ChangeLog Closing.