re PR fortran/57966 ([OOP] Using a TBP to specify the shape of a dummy argument)
authorJanus Weil <janus@gcc.gnu.org>
Thu, 25 Jul 2013 21:41:22 +0000 (23:41 +0200)
committerJanus Weil <janus@gcc.gnu.org>
Thu, 25 Jul 2013 21:41:22 +0000 (23:41 +0200)
commitf0051264182ba3d09445f169bfb10b660127f4da
tree658b63517477f349fe9f047f0f816370b3e23685
parent4e30cb71f94c2874b93f2c27a839d816e11f81e5
re PR fortran/57966 ([OOP] Using a TBP to specify the shape of a dummy argument)

2013-07-25  Janus Weil  <janus@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  <janus@gcc.gnu.org>

PR fortran/57966
* gfortran.dg/typebound_call_25.f90: New.

From-SVN: r201254
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/typebound_call_25.f90 [new file with mode: 0644]