--- 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
--- 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=gcc&view=rev&rev=126647
Log:
PR fortran/32036
* trans-array.c (gfc_c
--- 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
xyz(1
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last recon