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

José Rui Faustino de Sousa <jrfsousa at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jrfsousa at gmail dot com

--- Comment #7 from José Rui Faustino de Sousa <jrfsousa at gmail dot com> ---
Hi all!

Reduced version still ICEs with 9/10/11

program p
  type t
    character(:), dimension(:), allocatable :: d
  end type t

  type(t), allocatable :: x

  associate (y => [x%d(2:1:-1)])
  end associate

end program p

Best regards,
José Rui

Reply via email to