]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/54679 (Erroneous "Expected P edit descriptor" in conjunction with L...
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 31 Oct 2016 19:59:04 +0000 (19:59 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 31 Oct 2016 19:59:04 +0000 (19:59 +0000)
commit120a4c45731e133355d46fc39d7a77ed9c67d67c
tree292ac1fe7c5478186685607a63e690054cfb4986
parent5cea3ad6b50bc3bc014b3ce26774e99789c14a2f
re PR fortran/54679 (Erroneous "Expected P edit descriptor" in conjunction with L descriptor)

2016-10-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/54679
* io.c (check_format): Adjust checks for FMT_L to treat a zero
width as an extension, giving warnings or error as appropriate.
Improve messages.
PR libgfortran/54679
* io/format.c (parse_format_list): Adjust checks for FMT_L to
treat a zero width as an extension, giving warnings or error
as appropriate. Improve messages.
PR fortran/54679
* gfortran.dg/fmt_l.f90: Update test.
* gfortran.dg/fmt_l0.f90: New test.

From-SVN: r241720
gcc/fortran/ChangeLog
gcc/fortran/io.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/fmt_l.f90
gcc/testsuite/gfortran.dg/fmt_l0.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/format.c