------- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-04-08 15:28 ------- Yet another SPREAD problem:
! Original bug-report by Walt Brainerd, The Fortran Company integer,dimension(2) :: mi1 = 1 integer,dimension(1,1) :: s s = spread(mi1,1,2) end I agree those intrinsics should be high-priority. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18495