[Bug fortran/30073] Array out of bounds gives name of RHS array not LHS array

burnus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Dec 5 14:30:00 GMT 2006



------- Comment #1 from burnus at gcc dot gnu dot org  2006-12-05 14:30 -------
Shorter test:

   real :: a(1,1), b(3)
   integer :: i
   b = 45.0
   i = 2
   a(1,1:i) = b(i)
end


-- 


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



More information about the Gcc-bugs mailing list