[Bug fortran/88486] ICE in gfc_conv_scalarized_array_ref, at fortran/trans-array.c:3401
jvdelisle at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 14 01:13:39 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88486
--- Comment #7 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
The original test case does not ICE any more.
subroutine s(x)
character(:), allocatable :: x(:)
x = ['bcd']
x = ['a'//x//'e']
print *, x
end
$ gfc -c foo.f90
$
The -fdump-tree-original is full of nonsense. Please enlighten me.
More information about the Gcc-bugs
mailing list