OSDN Git Service

* io/format.c: (parse_format_list): No comma is required after
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 May 2004 23:36:16 +0000 (23:36 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 May 2004 23:36:16 +0000 (23:36 +0000)
P descriptor.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81819 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog
libgfortran/io/format.c

index 715ceeb..7df9edf 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-13  Tobias Schlüter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * io/format.c: (parse_format_list): No comma is required after
+       P descriptor.
+
 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
 
        PR fortran/15204
index caec167..0be913c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
 This file is part of the GNU Fortran 95 runtime library (libgfortran).
@@ -510,7 +510,7 @@ format_item:
        }
 
       saved_token = t;
-      goto between_desc;
+      goto optional_comma;
 
     case FMT_P:                /* P and X require a prior number */
       error = "P descriptor requires leading scale factor";