]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgfortran/libgfortran.h
re PR libfortran/21303 (L edit descriptor without a width)
authorFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 19 Feb 2006 21:31:02 +0000 (21:31 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 19 Feb 2006 21:31:02 +0000 (21:31 +0000)
commit8f0d39a86b963ad0d39edb2e7bf633b5790432fc
tree0f202b9e85194d9bc5ec4b762d158c3dabb04d2c
parentf5dc42bbcc9180a661f1447efda575d6362cf9fc
re PR libfortran/21303 (L edit descriptor without a width)

PR libfortran/21303

* gfortran.h (notification): New enumeration.
(gfc_notification_std): Prototype for the new function.
* error.c (gfc_notification_std): New function.
* io.c (check_format): Handle the case of a L format descriptor
without a width.

* runtime/error.c (notification_std): New function.
* libgfortran.h (notification): New enumeration.
* io/io.h (notification_std): Prototype for the new function.
* io/format.c (parse_format_list): Handle the case of a L format
descriptor without a width.

* gcc/testsuite/gfortran.dg/fmt_l.f90: New test.

From-SVN: r111281
gcc/fortran/error.c
gcc/fortran/gfortran.h
gcc/fortran/io.c
gcc/testsuite/gfortran.dg/fmt_l.f90 [new file with mode: 0644]
libgfortran/io/format.c
libgfortran/io/io.h
libgfortran/libgfortran.h
libgfortran/runtime/error.c