[Bug fortran/103692] [11/12 Regression] ICE in add_init_expr_to_sym, at fortran/decl.c:2062

anlauf at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Dec 13 21:23:16 GMT 2021


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

--- Comment #2 from anlauf at gcc dot gnu.org ---
It is probably easier to compare

  character(*), parameter :: b(*) = (a(2:1)) ! ICE

vs.

  character(*), parameter :: b(*) = a(2:1)   ! no ICE


More information about the Gcc-bugs mailing list