[Bug fortran/32036] Multiple evaluation of array index with bounds checking

2007-07-14 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-07-14 23:59 --- Subject: Bug 32036 Author: fxcoudert Date: Sat Jul 14 23:59:00 2007 New Revision: 126647 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126647 Log: PR fortran/32036 * trans-array.c

[Bug fortran/32036] Multiple evaluation of array index with bounds checking

2007-07-14 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-07-15 00:02 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug fortran/32036] Multiple evaluation of array index with bounds checking

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

[Bug fortran/32036] Multiple evaluation of array index with bounds checking

2007-05-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-05-22 13:01 --- Another testcase (from gfortran.fortran-torture/execute/der_io.f90), probably the same bug: $ cat der_io.f90 type xyz_type integer :: x end type xyz_type type (xyz_type), dimension(3) :: xyz