[Bug fortran/39865] ICE in gfc_conv_scalarized_array_ref

jakub at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Apr 23 13:50:00 GMT 2009



------- Comment #5 from jakub at gcc dot gnu dot org  2009-04-23 13:50 -------
subroutine test (v)
  character(len=8) :: v(:)
  write (*, v) 3
  write (*, v(:)) 3
  write (*, v(1:size (v))) 3
end subroutine test

ICEs too (on the second or third write stmt).


-- 


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



More information about the Gcc-bugs mailing list