OSDN Git Service

PR libfortran/21303
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Feb 2006 21:31:02 +0000 (21:31 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Feb 2006 21:31:02 +0000 (21:31 +0000)
commit158f58e7d3865cf286b6ad8c2874c1029e2d7a03
tree0f202b9e85194d9bc5ec4b762d158c3dabb04d2c
parent7a3a84aec5ac9113c6c75eda5cb8960b3bf5ce5d
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111281 138bc75d-0d04-0410-961f-82ee72b054a4
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