This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-release-arm-eabi-coremark-Os_LTO in repository toolchain/ci/gcc.
from 7e785f4c764 AArch64: Skip test for pr97535 on ILP32 since it can't expr [...] adds cbc9dab25fb libstdc++: Make pmr::synchronized_pool_resource work withou [...] adds 600ef5614b2 add --with-tune configure flag adds e56eee08489 add --with-{cpu,arch,tune}-{32,64} as alias flags for --wit [...] adds 83ded159c96 Daily bump. adds 9c78c3426be Daily bump. adds c368cd5d885 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 40 +++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 23 +++- gcc/doc/install.texi | 2 +- gcc/testsuite/ChangeLog | 26 +++++ libstdc++-v3/ChangeLog | 27 +++++ libstdc++-v3/src/c++17/memory_resource.cc | 127 ++++++++++++++------- .../synchronized_pool_resource/allocate_single.cc | 24 ++++ .../synchronized_pool_resource/cons_single.cc | 24 ++++ .../synchronized_pool_resource/release_single.cc | 24 ++++ 10 files changed, 270 insertions(+), 49 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/alloc [...] create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/cons_ [...] create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/relea [...]