[Bug fortran/21825] [4.0/4.1 Regression] 2D array initialization with reshape

2005-09-18 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-09-18 20:00 --- Not fixed in 4.0: $ cat > tst.f90 PROGRAM TST CHARACTER(2), PARAMETER :: ETYPE(2,2) = & RESHAPE((/ 'a1','b1','a2','b2' /),(/2,2/)) END PROGRAM TST $ gfortran tst.f90 tst.f90:0: internal compiler er

[Bug fortran/21825] [4.0/4.1 Regression] 2D array initialization with reshape

2005-09-07 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-09-07 10:40 --- Fixed by the partial patch for 19269 -- What|Removed |Added OtherBugsDependingO|

[Bug fortran/21825] [4.0/4.1 Regression] 2D array initialization with reshape

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:37 --- Fortran is not release-critical; removing target milestone. -- What|Removed |Added Target

[Bug fortran/21825] [4.0/4.1 Regression] 2D array initialization with reshape

2005-08-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-15 12:13 --- This is a regression from 4.0.0. -- What|Removed |Added Known to fail|4.1.0