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

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-28 
09:21:07 UTC ---
(In reply to comment #3)
> Trunk r183622 now gives
>        BGet => self%componentB(1)
> Error: Pointer assignment target is neither TARGET nor POINTER at (1)

The message is valid: one has to add the TARGET attribute to "self" or make
"componentB" a POINTER. Doing so, one gets again the ICE in
gfc_conv_descriptor_offset.

Reply via email to