This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 26116a916ec 2018-01-02 Thomas Koenig tkoenig@gcc.gnu.org new 6bc46c46700 PR c++/83556 * tree.c (replace_placeholders_r): Pass NULL [...] new f99a1f604a5 2017-01-02 Thomas Koenig tkoenig@gcc.gnu.org
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/cp/ChangeLog | 10 + gcc/cp/tree.c | 11 +- gcc/fortran/ChangeLog | 18 ++ gcc/fortran/intrinsic.c | 4 +- gcc/fortran/intrinsic.h | 2 + gcc/fortran/simplify.c | 416 +++++++++++++++++++++++++++++++-- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/cpp0x/pr83556.C | 28 +++ gcc/testsuite/gfortran.dg/maxloc_4.f90 | 40 ++++ gcc/testsuite/gfortran.dg/minloc_4.f90 | 40 ++++ 10 files changed, 556 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr83556.C create mode 100644 gcc/testsuite/gfortran.dg/maxloc_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/minloc_4.f90