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: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Dec 2005 04:29:10 -0000
- Subject: [Bug fortran/12456] please recognize Fortran STRING(K:K) as single character
- References: <bug-12456-7046@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from pinskia at gcc dot gnu dot org 2005-12-25 04:29 -------
This will also improve LAPACK too.
As what shows up there is:
CHARACTER a
LOGICAL b
a = 'a'
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12456