--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-09-18
20:06 ---
Not yet fixed for 4.0:
$ cat > pr19239.f90
program dummy
integer,dimension(2) :: index=(/1,1/)
real,dimension(2) :: A=1.0
print*,A(index+1)
end program dummy
$ gfortran pr19239.f90
pr19239.f90: In fun
--
What|Removed |Added
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19239
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-09-09
06:37 ---
Patch applied to mainline.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-09
06:34 ---
Subject: Bug 19239
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-09 06:34:08
Modified files:
gcc/fortran: ChangeLog Make-lang.in dependency.h
--- Additional Comments From c dot lemmen at fz-juelich dot de 2005-06-09
09:06 ---
This TODO item prevents successful compilation of the following Numerical
Recipes:
anneal.f90
dftint.f90:39
factln.f90:39
factrl.f90:40
four1_gather.f90:20
fourn_gather.f90:25
pwt.f90:17
savgol.f90:29
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-03
15:34 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E