https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82904
anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anlauf at gcc dot gnu.org --- Comment #6 from anlauf at gcc dot gnu.org --- Do I understand Richard's comment correctly that we should get for character(:), allocatable, save :: x in the dump sth. like: static integer(kind=4) _F.x = 0; static character(kind=1)[1:_F.x] * x = 0B; i.e. the length should be initialized to 0?