re PR fortran/54195 ([OOP] IMPORT fails with GENERIC TBP: "is already present in...
authorMikael Morin <mikael@gcc.gnu.org>
Mon, 4 Feb 2013 19:06:06 +0000 (19:06 +0000)
committerMikael Morin <mikael@gcc.gnu.org>
Mon, 4 Feb 2013 19:06:06 +0000 (19:06 +0000)
commit49c8d79b277e0bcd0439ecf2ba987c63d6d59ce8
treebdd3fdd8bf246deb7913c8b7ae95eff3758302a4
parent4af8d042f849d47a694edad36c8b1884b938e5d8
re PR fortran/54195 ([OOP] IMPORT fails with GENERIC TBP: "is already present in the interface")

fortran/
PR fortran/54195
* resolve.c (resolve_typebound_procedures): Recurse through
resolve_symbol.

testsuite/
PR fortran/54195
* gfortran.dg/typebound_operator_19.f90: New test.
* gfortran.dg/typebound_assignment_4.f90: New test.

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