PR fortran/PR48946
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 5 Jan 2012 21:15:52 +0000 (21:15 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 5 Jan 2012 21:15:52 +0000 (21:15 +0000)
commit003e0ad60130a4ba700a7b65e58ffcf0f051076c
tree31b9d65f981832104905adc6a62d92f7429f99fe
parentf7d6ad0a5c2b3759f1952aa23bf5941013fec280
PR fortran/PR48946

2012-01-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/PR48946
* resolve.c (resolve_typebound_static): If the typebound
procedure is 'deferred' try to find the correct specific
procedure in the derived type operator space itself.

2012-01-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/PR48946
* gfortran.dg/typebound_operator_9.f03: This is now a copy of
the old typebound_operator_8.f03.
* gfortran.dg/typebound_operator_8.f03: New version of
typebound_operator_7.f03 with 'u' a derived type instead of a
class object.

From-SVN: r182929
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/typebound_operator_8.f03
gcc/testsuite/gfortran.dg/typebound_operator_9.f03 [new file with mode: 0644]