This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3c3771e06d7 2018-07-19 Paolo Carlini paolo.carlini@oracle.com new ca6fd1429df [Fortran] Use MIN/MAX_EXPR or IFN_FMIN/MAX for min/max intr [...]
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/ChangeLog | 5 ++ gcc/fortran/trans-intrinsic.c | 91 ++++++++++++++++---------- gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gfortran.dg/max_fmax_aarch64.f90 | 15 +++++ gcc/testsuite/gfortran.dg/min_fmin_aarch64.f90 | 15 +++++ gcc/testsuite/gfortran.dg/minmax_integer.f90 | 15 +++++ 6 files changed, 113 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/max_fmax_aarch64.f90 create mode 100644 gcc/testsuite/gfortran.dg/min_fmin_aarch64.f90 create mode 100644 gcc/testsuite/gfortran.dg/minmax_integer.f90