This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from d3821276254 x86: Add missing .note.GNU-stack to assembly source adds 70d8bd6edae rtlanal: Fix up replace_rtx [PR105333] adds 79265f689bd asan: Fix up asan_redzone_buffer::emit_redzone_byte [PR105396] adds 65c1c480b33 i386: Fix up ix86_gimplify_va_arg [PR105331] adds 2fd2e6c1dff c++: Don't emit deprecated warnings on lambda declarations adds e22cab0a57d Daily bump. adds 49dee6fd47b Daily bump. adds 44cc3c94460 Daily bump. adds 6190ebb07cd libstdc++: Fix test that fails on Solaris [PR104731] new eb049ef0f46 libstdc++: Fix deserialization for std::normal_distribution [...]
The 1 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: gcc/ChangeLog | 32 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/asan.c | 14 ++++--- gcc/config/i386/i386.c | 1 + gcc/cp/ChangeLog | 9 +++++ gcc/cp/lambda.c | 11 ++++-- gcc/rtlanal.c | 4 +- gcc/testsuite/ChangeLog | 43 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp23/lambda-attr1.C | 29 +++++++++++++++ gcc/testsuite/gcc.dg/asan/pr105396.c | 19 ++++++++++ gcc/testsuite/gcc.dg/pr105331.c | 11 ++++++ gcc/testsuite/gcc.dg/pr105333.c | 21 +++++++++++ libstdc++-v3/ChangeLog | 9 +++++ libstdc++-v3/include/bits/random.tcc | 2 +- .../normal_distribution/operators/serialize.cc | 36 +++++++++++++++++- .../27_io/filesystem/iterators/error_reporting.cc | 35 +++++++++++------- 16 files changed, 252 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/lambda-attr1.C create mode 100644 gcc/testsuite/gcc.dg/asan/pr105396.c create mode 100644 gcc/testsuite/gcc.dg/pr105331.c create mode 100644 gcc/testsuite/gcc.dg/pr105333.c