This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allnoconfig in repository toolchain/ci/gcc.
from a8864f4a61a Regenerate `configure' scripts for `uclinuxfdpiceabi' libto [...] adds 1eedf33ccdc Daily bump. adds f840368602b compiler: resolve importing ambiguity for more complex [...] adds dcfd68ec29a Fix endian issue in pr91656 testcases adds 67e0527b1bd gcc/ 2019-09-28 Oleg Endo olegendo@gcc.gnu.org adds 492c602a810 gcc/ 2019-09-28 Oleg Endo olegendo@gcc.gnu.org adds 6d88a6b8c4f PR c++/91923 - failure-to-SFINAE with class type NTTP in C [...] adds e95722140ec PR c++/91921 - stray warning with -Woverloaded-virtual. * [...] adds aeca84f4c1e PR c++/91889 - follow-up fix for DR 2352. * call.c (invol [...] adds c6331a1f238 2019-09-28 Steven G. Kargl kargl@gcc.gnu.org adds 9587be52124 2019-09-28 Steven G. Kargl kargl@gcc.ngu.org adds cb9a5db89bd 2019-09-28 Jerry DeLisle jvdelisle@gcc.gnu.org adds 1334eb86c38 [Darwin, PPC, Mode Iterators 4/n] Update macho_high. adds a4fcce58dff 2019-09-28 François Dumont fdumont@gcc.gnu.org
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 22 ++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 7 +- gcc/config/rs6000/darwin.md | 29 ++------ gcc/config/rs6000/rs6000.c | 4 +- gcc/config/sh/sh.c | 5 +- gcc/cp/ChangeLog | 18 +++++ gcc/cp/call.c | 46 +++++++++++++ gcc/cp/class.c | 10 +-- gcc/cp/pt.c | 5 +- gcc/fortran/ChangeLog | 14 ++++ gcc/fortran/decl.c | 9 +++ gcc/fortran/io.c | 13 +++- gcc/fortran/match.c | 18 +++++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 5 ++ gcc/testsuite/ChangeLog | 37 ++++++++++ gcc/testsuite/g++.dg/cpp0x/nontype5.C | 17 +++++ gcc/testsuite/g++.dg/cpp0x/ref-bind3.C | 24 +++---- gcc/testsuite/g++.dg/cpp0x/ref-bind4.C | 56 +++++++++++++++ gcc/testsuite/g++.dg/cpp0x/ref-bind5.C | 17 +++++ gcc/testsuite/g++.dg/cpp0x/ref-bind6.C | 12 ++++ gcc/testsuite/g++.dg/warn/Woverloaded-2.C | 9 +++ gcc/testsuite/g++.dg/warn/Woverloaded-2.h | 6 ++ gcc/testsuite/g++.dg/warn/pr61945.C | 2 +- gcc/testsuite/g++.old-deja/g++.mike/warn6.C | 6 +- gcc/testsuite/g++.old-deja/g++.pt/spec35.C | 8 +-- gcc/testsuite/g++.old-deja/g++.warn/virt1.C | 2 +- gcc/testsuite/gcc.dg/torture/pr91656-1.c | 10 +++ gcc/testsuite/gcc.dg/torture/pr91656-2.c | 10 +++ gcc/testsuite/gcc.dg/torture/pr91656-3.c | 7 ++ gcc/testsuite/gfortran.dg/pr91802.f90 | 9 +++ gcc/testsuite/gfortran.dg/pr91864.f90 | 22 ++++++ libgfortran/ChangeLog | 9 +++ libgfortran/io/io.h | 1 + libgfortran/io/transfer.c | 23 ++++--- libstdc++-v3/ChangeLog | 30 ++++++++ libstdc++-v3/include/bits/stl_algo.h | 8 +-- libstdc++-v3/include/debug/functions.h | 30 +++++--- libstdc++-v3/include/debug/helper_functions.h | 53 +++++++++++++- libstdc++-v3/include/debug/macros.h | 80 +++++++++++++--------- .../25_algorithms/binary_search/constexpr.cc | 2 +- .../testsuite/25_algorithms/is_sorted/constexpr.cc | 2 +- .../testsuite/25_algorithms/merge/constexpr.cc | 4 +- 44 files changed, 581 insertions(+), 124 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nontype5.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/ref-bind4.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/ref-bind5.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/ref-bind6.C create mode 100644 gcc/testsuite/g++.dg/warn/Woverloaded-2.C create mode 100644 gcc/testsuite/g++.dg/warn/Woverloaded-2.h create mode 100644 gcc/testsuite/gfortran.dg/pr91802.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91864.f90