This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/12456] please recognize Fortran STRING(K:K) as single character
- From: "arobb at mva dot co dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Oct 2003 08:33:06 -0000
- Subject: [Bug fortran/12456] please recognize Fortran STRING(K:K) as single character
- References: <20030930084611.12456.arobb@mva.co.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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