This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 41cc28405c7 docs: add missing leading dash for option. new 3f624a624a1 Fix timezone handling near year boundaries new c14f38d4292 Fix FLUSH IOSTAT value
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/testsuite/gfortran.dg/date_and_time_1.f90 | 35 +++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/iostat_5.f90 | 16 ++++++++++++ libgfortran/intrinsics/date_and_time.c | 24 ++++++++++++------ libgfortran/intrinsics/time_1.h | 14 +++++------ libgfortran/io/file_pos.c | 2 +- 5 files changed, 76 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/date_and_time_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/iostat_5.f90