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_O3 in repository toolchain/ci/gcc.
from 7ae6e4e3831 libstdc++: Do not use memset in constexpr calls to ranges:: [...] adds 44e0de70106 Daily bump. adds f2255d28538 d: fix ASAN in option processing adds 8d3391d6479 libstdc++: Make std::pointer_traits SFINAE-friendly [PR96416] adds 806aaf0d422 libstdc++: Fix dg-do directive for tests supposed to be run adds a27fa22ff1b libstdc++: Ensure dg-add-options comes after dg-options adds 38772ceddcb Daily bump. adds 7320f5d4051 Fix typo in t-dimode adds 9b6ad13d7b4 Daily bump. adds 9e83ac453fb d: fix thinko in optimize attr parsing
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 8 ++ gcc/DATESTAMP | 2 +- gcc/d/ChangeLog | 5 ++ gcc/d/d-attribs.cc | 4 +- gcc/testsuite/ChangeLog | 8 ++ libgcc/ChangeLog | 4 + libgcc/config/pa/t-dimode | 2 +- libstdc++-v3/ChangeLog | 68 +++++++++++++++ libstdc++-v3/include/bits/ptr_traits.h | 60 +++++++------- .../testsuite/20_util/pointer_traits/lwg3545.cc | 96 ++++++++++++++++++++++ libstdc++-v3/testsuite/20_util/to_address/1_neg.cc | 2 +- .../testsuite/20_util/to_address/lwg3545.cc | 37 +++++++++ .../unordered_map/modifiers/move_assign.cc | 2 +- .../extractors_character/wchar_t/lwg2499.cc | 2 +- .../testsuite/29_atomics/atomic_float/1.cc | 2 +- 15 files changed, 267 insertions(+), 35 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/pointer_traits/lwg3545.cc create mode 100644 libstdc++-v3/testsuite/20_util/to_address/lwg3545.cc