[Bug fortran/12366] array assignment fails

2005-09-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-18 05:06 --- Fixed for 4.1.0 and above. I did not try 4.0.2 though. -- What|Removed |Added

[Bug fortran/12366] array assignment fails

2005-06-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-29 15:38 --- *** Bug 20686 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/12366] array assignment fails

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 22:02 --- *** Bug 20651 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/12366] array assignment fails

2004-12-13 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2004-12-13 13:52 --- *** Bug 18955 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/12366] array assignment fails

2004-12-10 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2004-12-10 09:54 --- For what it is worth: program testg real, dimension(5) :: a=(/ 1.5,2.1,3.2,4.6,5.3 /) integer,dimension(3) :: i i=(/ 2,3,1 /) print *, a((/ 2,3,1 /)) ! ICEs ! print *, a(i)

[Bug fortran/12366] array assignment fails

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:11 --- *** Bug 18379 has been marked as a duplicate of this bug. *** -- What|Removed |Added