https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104684

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code

--- Comment #4 from anlauf at gcc dot gnu.org ---
Interesting.

Replacing

    buffer%array => this%send_index

by

    buffer%array => this%send_index(:)

avoids the ICE.

Reply via email to