http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55983



--- Comment #7 from janus at gcc dot gnu.org 2013-01-16 13:30:42 UTC ---

Further reduced test case:



  type :: mpdata_t

    class(bcd_t), pointer :: bcx, bcy

  end type

  type(mpdata_t) :: this

  call this%bcx%fill_halos()

end

Reply via email to