This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 47b6aec2503 Protect second call to extract_range_from_multiplicative_op_1 new cfddfada1ee 2018-01-04 Thomas Koenig tkoenig@gcc.gnu.org new af6233cb16c PR ipa/82352 * g++.dg/ipa/pr82352.C (size_t): Define to _ [...]
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/ChangeLog | 10 + gcc/fortran/check.c | 63 ++++-- gcc/fortran/intrinsic.c | 2 +- gcc/fortran/intrinsic.h | 1 + gcc/fortran/simplify.c | 265 +++++++++++++++++++++++ gcc/testsuite/ChangeLog | 13 ++ gcc/testsuite/g++.dg/ipa/pr82352.C | 2 +- gcc/testsuite/gfortran.dg/eoshift_8.f90 | 18 ++ gcc/testsuite/gfortran.dg/simplify_eoshift_1.f90 | 83 +++++++ 9 files changed, 440 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/eoshift_8.f90 create mode 100644 gcc/testsuite/gfortran.dg/simplify_eoshift_1.f90