2010-07-05 Paul Thomas <pault@gcc.gnu.org>
commit44f117c2425e36b6765a7b8b691d2e6ccbaafc9f
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jul 2010 19:26:12 +0000 (5 19:26 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jul 2010 19:26:12 +0000 (5 19:26 +0000)
tree5ba17a0cd7868a6e4b7c2504e2526b17aeb677d6
parenta6caa15fd850657e54b7503695521137c0d55dff
2010-07-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/44596
* trans-types.c (gfc_get_derived_type): Derived type fields
with the vtype attribute must have TYPE_REF_CAN_ALIAS_ALL set
but build_pointer_type_for_mode must be used for this.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161848 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-types.c