re PR fortran/80766 ([OOP] ICE with type-bound procedure returning an array)
authorJanus Weil <janus@gcc.gnu.org>
Mon, 22 May 2017 17:08:24 +0000 (19:08 +0200)
committerJanus Weil <janus@gcc.gnu.org>
Mon, 22 May 2017 17:08:24 +0000 (19:08 +0200)
commit477f145b5798e5a8f0766aaa1f0fb0ca2dcd9abd
tree885eb54988d65815f23359f5ceecb73d08e281ed
parenta5f15ed90a9e5dac66aca6a10087ac5169e6d5c6
re PR fortran/80766 ([OOP] ICE with type-bound procedure returning an array)

2017-05-22  Janus Weil  <janus@gcc.gnu.org>

PR fortran/80766
* resolve.c (resolve_fl_derived): Make sure that vtype symbols are
properly resolved.

2017-05-22  Janus Weil  <janus@gcc.gnu.org>

PR fortran/80766
* gfortran.dg/typebound_call_28.f90: New test.

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