This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]