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

2010-04-24 Thread kargl at gcc dot gnu dot org
--- Comment #13 from kargl at gcc dot gnu dot org 2010-04-24 21:47 --- Subject: Bug 30073 Author: kargl Date: Sat Apr 24 21:46:45 2010 New Revision: 158693 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158693 Log: 010-04-24 Steven G. Kargl PR fortran/30073 P

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

2010-04-24 Thread kargl at gcc dot gnu dot org
--- Comment #12 from kargl at gcc dot gnu dot org 2010-04-24 20:32 --- Subject: Bug 30073 Author: kargl Date: Sat Apr 24 20:32:04 2010 New Revision: 158692 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158692 Log: 2010-04-24 Steven G. Kargl PR fortran/30073

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

2010-04-16 Thread kargl at gcc dot gnu dot org
--- Comment #11 from kargl at gcc dot gnu dot org 2010-04-16 16:35 --- Set target milestone. -- kargl at gcc dot gnu dot org changed: What|Removed |Added Target Milesto

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

2010-04-16 Thread kargl at gcc dot gnu dot org
--- Comment #10 from kargl at gcc dot gnu dot org 2010-04-16 15:55 --- (In reply to comment #7) > Subject: Bug 30073 > > Author: kargl > Date: Fri Apr 16 15:48:40 2010 > New Revision: 158431 > > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158431 > Log: > 2010-04-16 Steven G.

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

2010-04-16 Thread kargl at gcc dot gnu dot org
--- Comment #9 from kargl at gcc dot gnu dot org 2010-04-16 15:53 --- Subject: Bug 30073 Author: kargl Date: Fri Apr 16 15:53:04 2010 New Revision: 158432 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158432 Log: 2010-04-16 Steven G. Kargl PR fortran/30073 * trans-a

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

2010-04-16 Thread kargl at gcc dot gnu dot org
--- Comment #8 from kargl at gcc dot gnu dot org 2010-04-16 15:49 --- Backported to 4.5. Patch does not apply cleanly to 4.4. Closing as FIXED. -- kargl at gcc dot gnu dot org changed: What|Removed |Added -

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

2010-04-16 Thread kargl at gcc dot gnu dot org
--- Comment #7 from kargl at gcc dot gnu dot org 2010-04-16 15:49 --- Subject: Bug 30073 Author: kargl Date: Fri Apr 16 15:48:40 2010 New Revision: 158431 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158431 Log: 2010-04-16 Steven G. Kargl PR fortran/30073 * trans-a

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

2010-04-15 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2010-04-15 21:44 --- Fixed on trunk. I'll backport the patch to 4.4 and 4.5 soon. -- kargl at gcc dot gnu dot org changed: What|Removed |Added ---

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

2010-04-15 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2010-04-15 21:32 --- Subject: Bug 30073 Author: kargl Date: Thu Apr 15 21:32:21 2010 New Revision: 158392 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158392 Log: PR fortran/30073 * trans-array.c (gfc_trans_array_bound_c

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

2010-04-15 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2010-04-15 19:55 --- (In reply to comment #3) > Looking at the -ftree-dump-original output for the code > in comment #1 finds, > > if ((logical(kind=4)) __builtin_expect (a.dim[1].ubound < D.1545, 0)) > { > _gfortran_ru

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

2010-04-15 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2010-04-15 16:28 --- Looking at the -ftree-dump-original output for the code in comment #1 finds, if ((logical(kind=4)) __builtin_expect (a.dim[1].ubound < D.1545, 0)) { _gfortran_runtime_error_at (&"At line 11 of file

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

2010-04-15 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2010-04-15 16:10 --- (In reply to comment #1) > Shorter test: > >real :: a(1,1), b(3) >integer :: i >b = 45.0 >i = 2 >a(1,1:i) = b(i) > end Gfortran seems to do the right thing on this test case. laptop:kargl[212] gf

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

2007-01-22 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon

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

2006-12-05 Thread burnus at gcc dot gnu dot org
--- 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