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-release-arm-lts-allnoconfig in repository toolchain/ci/gcc.
from bad34caa37c Daily bump. adds 47c74508116 c++: ambiguous call not diagnosed after DR2352 [PR97296] adds afec66b054a c++: wrong error with constexpr COMPOUND_EXPR [PR105321] adds 977cbabeb1c libstdc++: Make atomic notify_one and notify_all non-const adds 64c73a25c23 Daily bump. adds f805800317e Daily bump. adds 0da057c7d95 Daily bump. adds cdc254edf4e Daily bump. new eb6f6f638a5 libstdc++: Add deduction guides for std::packaged_task [PR105375] new c5d458ec228 libphobos: Don't call free on the TLS array in the emutls d [...]
The 2 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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 18 +++++ gcc/cp/call.c | 15 +++- gcc/cp/constexpr.c | 9 +-- gcc/testsuite/ChangeLog | 17 +++++ gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C | 18 +++++ gcc/testsuite/g++.dg/cpp0x/ref-bind4.C | 2 +- gcc/testsuite/g++.dg/cpp0x/ref-bind8.C | 10 +++ libphobos/libdruntime/gcc/emutls.d | 8 +- libstdc++-v3/ChangeLog | 17 +++++ libstdc++-v3/include/bits/atomic_base.h | 8 +- libstdc++-v3/include/std/atomic | 16 ++-- libstdc++-v3/include/std/future | 11 +++ .../29_atomics/atomic/wait_notify/102994.cc | 4 +- .../30_threads/packaged_task/cons/deduction.cc | 85 ++++++++++++++++++++++ 15 files changed, 213 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/ref-bind8.C create mode 100644 libstdc++-v3/testsuite/30_threads/packaged_task/cons/deduction.cc