[Bug fortran/88326] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:6085
gscfq@t-online.de
gcc-bugzilla@gcc.gnu.org
Mon Dec 3 18:48:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88326
--- Comment #1 from G. Steinmetz <gscfq@t-online.de> ---
This variant compiles and runs :
$ cat z4.f90
program p
character, parameter :: x(3) = ['a','b','c']
character :: y(1) = transfer('x', x)
print *, y
end
$ gfortran-9-20181202 z4.f90 -static-libgfortran
$ a.out
x
$
More information about the Gcc-bugs
mailing list