------- Comment #7 from burnus at gcc dot gnu dot org 2009-12-05 18:54 ------- (In reply to comment #5) > It looks like this is fixed. I could not reproduce the problem.
I still get this problem: $ cat fhjfff.f90 CHARACTER (kind=4,len=*) MY_STRING4(1:3) PARAMETER ( MY_STRING4 = (/ "A" , "B", "C" /) ) end $ gfortran -pedantic fhjfff.f90 fhjfff.f90:2.45: PARAMETER ( MY_STRING4 = (/ "A" , "B", "C" /) ) 1 Warning: Obsolescent feature: CHARACTER(*) function '__convert_s1_s4' at (1) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36534