This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 14b8f077e44 cobol: Correct diagnostic strings to rectify bootstrap build new ce6abe54ff1 Fortran: various fixes for STAT/LSTAT/FSTAT intrinsics [PR82480]
The 1 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/check.cc | 61 ++++---- gcc/fortran/intrinsic.texi | 24 ++- gcc/testsuite/gfortran.dg/stat_3.f90 | 46 ++++++ libgfortran/intrinsics/stat.c | 274 +++++++++++++++++++---------------- 4 files changed, 242 insertions(+), 163 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/stat_3.f90