[Bug fortran/39490] Non-standard assignment of arrays of character objects

2009-03-18 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-03-18 19:12 --- > Confirmed on 4.3.3 Well, I get also with 4.3.x an error with -std=f95. The question is rather: Is is on purpose that it is rejected with -std=gnu with 4.4, while 4.2/4.3 accept it. (g95, sunf95 and NAG f95 reject

[Bug fortran/39490] Non-standard assignment of arrays of character objects

2009-03-18 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2009-03-18 11:17 --- Confirmed on 4.3.3, trunk gives: pr39490.f90:1.36: CHARACTER(14) :: prop(4) = (/'name', 'data_file_name', 'Ho_units', 'mpolar_unit 1 Error: Different CHARACTER lengths (4/14) in a