This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/21260] Conflict between comment and H edit descriptor
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 May 2005 21:47:45 -0000
- Subject: [Bug fortran/21260] Conflict between comment and H edit descriptor
- References: <20050428052217.21260.kargl@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2005-05-11 21:47 -------
I'm testing this patch:
* io.c (check_format): Look for literal characters inside
hollerith constant.
Index: io.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/io.c,v
retrieving revision 1.21
diff -u -p -r1.21 io.c
--- io.c 9 Apr 2005 18:44:07 -0000 1.21
+++ io.c 11 May 2005 21:46:16 -0000
@@ -642,7 +642,7 @@ data_desc:
{
while(repeat >0)
{
- next_char(0);
+ next_char(1);
repeat -- ;
}
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21260