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

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

  character(3) :: a(3) = 'abc'

by

  character(3), parameter :: a(3) = 'abc' ! No ICE

also avoids the ICE.

Reply via email to