------- Comment #3 from janus at gcc dot gnu dot org 2010-08-28 11:51 ------- The following variant segfaults as well (same backtrace):
logical, allocatable :: z(:) logical, dimension(1:3) :: src = (/ .true., .false., .true. /) allocate ( z, source = src) print *, z end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45440