This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dd1828f Minor tweaks new f9d8631 2016-10-11 Fritz Reese fritzoreese@gmail.com
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 | 19 ++ gcc/fortran/gfortran.h | 1 + gcc/fortran/gfortran.texi | 37 +++ gcc/fortran/intrinsic.c | 120 +++++++ gcc/fortran/intrinsic.h | 8 + gcc/fortran/intrinsic.texi | 564 ++++++++++++++++++++++++++++++++- gcc/fortran/invoke.texi | 7 +- gcc/fortran/iresolve.c | 233 ++++++++++++++ gcc/fortran/lang.opt | 4 + gcc/fortran/options.c | 1 + gcc/fortran/simplify.c | 181 +++++++++++ gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gfortran.dg/dec_math.f90 | 289 +++++++++++++++++ 13 files changed, 1463 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/dec_math.f90