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
Showing
- gcc/fortran/error.c 18 additions, 2 deletionsgcc/fortran/error.c
- gcc/fortran/gfortran.h 9 additions, 0 deletionsgcc/fortran/gfortran.h
- gcc/fortran/io.c 20 additions, 2 deletionsgcc/fortran/io.c
- gcc/testsuite/gfortran.dg/fmt_l.f90 69 additions, 0 deletionsgcc/testsuite/gfortran.dg/fmt_l.f90
- libgfortran/io/format.c 12 additions, 3 deletionslibgfortran/io/format.c
- libgfortran/io/io.h 4 additions, 1 deletionlibgfortran/io/io.h
- libgfortran/libgfortran.h 7 additions, 0 deletionslibgfortran/libgfortran.h
- libgfortran/runtime/error.c 19 additions, 0 deletionslibgfortran/runtime/error.c
Loading
Please register or sign in to comment