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-arm-next-allyesconfig in repository toolchain/ci/gcc.
from d119f34c952 New modref/ipa_modref optimization passes adds 9044db88d63 Fix ICE during dumping in ipa-modref. adds 0968df43cdd c++: Add test for PR90199. adds 363e7755f22 Fix linkage with -nodefaultlibs option. adds 3c755b428e1 libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101] adds 11da31998af Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 46 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/pa/pa-hpux11.h | 5 --- gcc/config/pa/pa32-linux.h | 5 +++ gcc/config/pa/pa64-hpux.h | 12 +++--- gcc/ipa-modref.c | 4 +- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/cpp1y/constexpr-90199.C | 28 +++++++++++++ libstdc++-v3/ChangeLog | 7 ++++ libstdc++-v3/include/std/functional | 4 +- .../20_util/function_objects/bind_front/97101.cc | 41 +++++++++++++++++++ 11 files changed, 142 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-90199.C create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_front/97101.cc