[Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Dec 5 18:54:00 GMT 2009
------- 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
More information about the Gcc-bugs
mailing list