[Bug fortran/60450] [4.7/4.8 Regression] ICE with SHAPE intrinsic

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 7 14:36:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60450

--- Comment #2 from janus at gcc dot gnu.org ---
Slightly reduced test case:

  real, allocatable :: x(:,:)
  allocate (x(3,2),source=99.)
  print *, shape (x / 10.0)
end


Still works with 4.6 and trunk, but ICEs with 4.7 and 4.8.



More information about the Gcc-bugs mailing list