This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0b5b8ac5cb7 Fix PR target/99184: Wrong cast from double to 16-bit and 3 [...] new 4637a1d293c Fortran: F2018 rounding modes changes new 6efc494a24b Improve sorry message for -fzero-call-used-regs
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/libgfortran.h | 1 + gcc/targhooks.cc | 17 +++++++++++++++-- gcc/testsuite/gfortran.dg/ieee/rounding_2.f90 | 20 ++++++++++++++++++++ libgfortran/config/fpu-387.h | 7 +++++-- libgfortran/config/fpu-aarch64.h | 7 +++++-- libgfortran/config/fpu-aix.h | 22 ++++++++++++++++++++-- libgfortran/config/fpu-generic.h | 11 +++++++++-- libgfortran/config/fpu-glibc.h | 18 ++++++++++++++++++ libgfortran/config/fpu-sysv.h | 7 +++++-- libgfortran/ieee/ieee_arithmetic.F90 | 7 +++++-- 10 files changed, 103 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/ieee/rounding_2.f90