This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0f73ae763c0 vect: Remove non-SLP paths in strided slp/elementwise. new e8fdd55ec90 fortran: add constant input support for trig functions with [...]
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/gfortran.h | 8 + gcc/fortran/intrinsic.cc | 93 ++++++++--- gcc/fortran/intrinsic.h | 11 +- gcc/fortran/iresolve.cc | 8 +- gcc/fortran/mathbuiltins.def | 63 ++++---- gcc/fortran/simplify.cc | 262 ++++++++++++++++++++++++++++++- gcc/testsuite/gfortran.dg/dec_math_3.f90 | 15 +- gcc/testsuite/gfortran.dg/dec_math_5.f90 | 63 ++++++++ gcc/testsuite/gfortran.dg/dec_math_6.f90 | 12 ++ 9 files changed, 468 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/dec_math_6.f90