https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88048
--- Comment #4 from kargl at gcc dot gnu.org --- (In reply to G. Steinmetz from comment #1) > Invalid code nearby, down to at least gcc-5 : > > > $ cat z4.f90 > subroutine s(x) > integer, allocatable :: x(:) > data x(1:2) /3, 4/ > end Unrelated bug.