[Bug fortran/57966] [OOP] Using a TBP to specify the shape of a dummy argument
janus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jul 25 21:44:00 GMT 2013
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 <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.
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.
More information about the Gcc-bugs
mailing list