]> gcc.gnu.org Git - gcc.git/commitdiff
re PR libfortran/33421 (Weird quotation of namelist output of character arrays)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 28 Sep 2007 02:57:41 +0000 (02:57 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 28 Sep 2007 02:57:41 +0000 (02:57 +0000)
2007-09-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/33421
* io/list_read.c (read_character): Revert r128057.

From-SVN: r128857

libgfortran/ChangeLog
libgfortran/io/list_read.c

index 7452bb66780a85fd04b17a22c423085eb7c87ad7..aba6b2e58f663e13e6e9c5a3058e3f157f8e74dd 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/33421
+       * io/list_read.c (read_character): Revert r128057.
+
 2007-09-21  Bernhard Fischer  <aldot>
 
        PR fortran/31546
index 0b4b8456996d9bc3c36dbea595648c9a8edfaf41..b97130b77080f1f855cd5416f02c861356d71e07 100644 (file)
@@ -887,9 +887,7 @@ read_character (st_parameter_dt *dtp, int length __attribute__ ((unused)))
       goto get_string;
 
     default:
-      if (dtp->u.p.namelist_mode
-         && (dtp->u.p.current_unit->flags.delim == DELIM_APOSTROPHE
-             || dtp->u.p.current_unit->flags.delim == DELIM_QUOTE))
+      if (dtp->u.p.namelist_mode)
        {
          unget_char (dtp,c);
          return;
This page took 0.075187 seconds and 5 git commands to generate.