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/12456] please recognize Fortran STRING(K:K) as single character


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


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