This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0968df43cdd c++: Add test for PR90199. new 363e7755f22 Fix linkage with -nodefaultlibs option. new 3c755b428e1 libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101] new 11da31998af Daily bump. new 432c551b17d Support new mallinfo2 function. new 79f4e20dd12 Use SIZE_AMOUNT macro for GGC memory allocation numbers. new da871904218 Use ONE_? macros. new f5e73de00e9 aarch64: Fix ICE on fpsr fpcr getters [PR96968] new ed5ae55e939 mklog.py: Parse first 10 lines for PR/DR number new 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
The 11 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 | 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/print-tree.c | 2 +- gcc/system.h | 3 +- gcc/testsuite/ChangeLog | 5 +++ 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 +- .../function_objects/bind_front/97101.cc} | 24 +++++++---- 26 files changed, 234 insertions(+), 74 deletions(-) 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 copy libstdc++-v3/testsuite/{26_numerics/transform_exclusive_scan/constexpr.cc => [...]