[Bug fortran/12456] please recognize Fortran STRING(K:K) as single character

arobb at mva dot co dot uk gcc-bugzilla@gcc.gnu.org
Wed Oct 8 08:33:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12456



------- Additional Comments From arobb at mva dot co dot uk  2003-10-08 08:33 -------
I recognize that
      A(I:I).EQ.B(J:J)
is a GNU extension that means something like
      A(I:I).LEQ.B(J:J)
and that
      ICHAR(A(I:I)).EQ.ICHAR(B(J:J))
is an ansi way to do it.

This still leaves the problem of A(I:I)='C' calling _s_cpy



More information about the Gcc-bugs mailing list