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-allmodconfig 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
No new revisions were added by this update.
Summary of changes: contrib/mklog.py | 9 ++++- gcc/ChangeLog | 46 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config.in | 16 +++++++- gcc/config/aarch64/aarch64-builtins.c | 30 +++++++++----- 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/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.target/aarch64/pr96968.c | 28 +++++++++++++ gcc/timevar.c | 8 ++-- libstdc++-v3/ChangeLog | 7 ++++ libstdc++-v3/include/std/functional | 4 +- .../20_util/function_objects/bind_front/97101.cc | 41 +++++++++++++++++++ 22 files changed, 249 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-90199.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr96968.c create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_front/97101.cc