[Bug fortran/25060] assignment of assumed size array not allowed

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25060

[Bug fortran/25060] assignment of assumed size array not allowed

2006-01-13 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-01-13 19:16 --- I just noticed this one: As of tonight (20061301), trunk gives In file pr25029.f90:3 a = 1.e0 1 Error: The upper bound in the last dimension must appear in the reference to the assumed size array 'a' at (1) T

[Bug fortran/25060] assignment of assumed size array not allowed

2005-11-26 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2005-11-26 19:30 --- ## g95 ## In file foo.f90:3 a = 1.e0 1 Error: Can't determine UBOUND for the final dimension of assumed-size array at (1) ## Intel ## fortcom: Error: foo.f90, line 3: The upper bound shall not be omitted i