------- 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

Reply via email to