This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]