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-defconfig in repository toolchain/ci/gcc.
from 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. adds 432c551b17d Support new mallinfo2 function. adds 79f4e20dd12 Use SIZE_AMOUNT macro for GGC memory allocation numbers. adds da871904218 Use ONE_? macros. adds f5e73de00e9 aarch64: Fix ICE on fpsr fpcr getters [PR96968] adds ed5ae55e939 mklog.py: Parse first 10 lines for PR/DR number adds 48b0c1250a5 POLY_INT_CST: remove extra space in dump new d726ecd9554 Fix ICE in tree-switch-conversion. new 0df746afc50 tree-optimization/97135 - fix dependence check in store-motion new 2c62952f816 aarch64: Do not alter value on a force_reg returned rtx exp [...] new 5187b01a4fc Fix fallout from Support new mallinfo2 function.
The 4 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: contrib/mklog.py | 9 ++++- gcc/ChangeLog | 46 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config.in | 13 ++++++ gcc/config/aarch64/aarch64-builtins.c | 46 ++++++++++++++-------- gcc/config/pa/pa-hpux11.h | 5 --- gcc/config/pa/pa32-linux.h | 5 +++ gcc/config/pa/pa64-hpux.h | 12 +++--- gcc/configure | 4 +- gcc/configure.ac | 4 +- gcc/ggc-common.c | 28 +++++++------ gcc/ggc-page.c | 17 ++++---- gcc/print-tree.c | 2 +- gcc/system.h | 3 +- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/cpp1y/constexpr-90199.C | 28 +++++++++++++ gcc/testsuite/g++.dg/ext/timevar1.C | 3 +- gcc/testsuite/g++.dg/ext/timevar2.C | 3 +- gcc/testsuite/gcc.dg/torture/pr97135.c | 21 ++++++++++ gcc/testsuite/gcc.target/aarch64/pr96968.c | 28 +++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/pr96915.c | 11 ++++++ gcc/timevar.c | 8 ++-- gcc/tree-ssa-loop-im.c | 8 ++-- gcc/tree-switch-conversion.c | 3 -- libstdc++-v3/ChangeLog | 7 ++++ libstdc++-v3/include/std/functional | 4 +- .../20_util/function_objects/bind_front/97101.cc | 41 +++++++++++++++++++ 27 files changed, 294 insertions(+), 72 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-90199.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr97135.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr96968.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr96915.c create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_front/97101.cc