This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 944ee40d190 [PR 82808] Use proper result types for arithmetic jump functions new 011f5d3ea30 Reject fix-it hints for various awkward boundary cases (PR [...] new a8600d84f51 PR 53796 Improve INQUIRE(RECL=...) handling
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/fortran/ChangeLog | 5 +++ gcc/fortran/gfortran.texi | 9 ----- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gfortran.dg/inquire_recl_f2018.f90 | 42 ++++++++++++++++++++++++ libcpp/ChangeLog | 8 +++++ libcpp/include/line-map.h | 5 +++ libcpp/line-map.c | 13 +++++--- libgfortran/io/inquire.c | 4 ++- libgfortran/io/io.h | 5 +++ libgfortran/io/open.c | 6 ++-- libgfortran/io/transfer.c | 4 +-- libgfortran/io/unit.c | 33 ++++++++++++------- libgfortran/libgfortran.h | 8 +---- libgfortran/runtime/environ.c | 4 --- 14 files changed, 110 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/inquire_recl_f2018.f90