]> gcc.gnu.org Git - gcc.git/commitdiff
format.c: (parse_format_list): No comma is required after P descriptor.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Thu, 13 May 2004 23:36:16 +0000 (23:36 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Thu, 13 May 2004 23:36:16 +0000 (23:36 +0000)
* io/format.c: (parse_format_list): No comma is required after
P descriptor.

From-SVN: r81819

libgfortran/ChangeLog
libgfortran/io/format.c

index 715ceebb1eb59786f57c48671ecb75d3a962bd8f..7df9edf3f6c73f982ba428b1335c3f64f1eade83 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 caec1672da5a04589ab6cbaf6d78ea25d04ac245..0be913c59b994baac1c7eb7fa9537300bb82412a 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";
This page took 0.061905 seconds and 5 git commands to generate.