This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 861d1a11c0a Daily bump. new 7c4c65d1146 fortran: Add IEEE_SIGNBIT and IEEE_FMA functions
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/f95-lang.cc | 16 +++ gcc/fortran/mathbuiltins.def | 1 + gcc/fortran/trans-intrinsic.cc | 51 +++++++- gcc/testsuite/gfortran.dg/ieee/fma_1.f90 | 100 ++++++++++++++++ gcc/testsuite/gfortran.dg/ieee/signbit_1.f90 | 166 +++++++++++++++++++++++++++ libgfortran/ieee/ieee_arithmetic.F90 | 66 +++++++++++ 6 files changed, 398 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/ieee/fma_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/ieee/signbit_1.f90