This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 483e4008706 Refine fix for PR78185, improve LIM for code after inner loops adds 5960477a432 Add support for device-modifiers for 'omp target device'. adds 9695e1c23be Improve -Wuninitialized note location. new 5b73abd1a5f libstdc++: Define std::invoke_r for C++23 (P2136R3) new dba1ab21229 libstdc++: Remove "no stronger" assertion in compare exchan [...] new 892400f1f21 libstdc++: Tweak whitespace in <atomic> new 89cf858571c libstdc++: Implement std::atomic<T*>::compare_exchange_weak
The 4 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.dg/diagnostic-tree-expr-ranges-2.c | 26 ++++--- gcc/testsuite/gcc.dg/uninit-15-O0.c | 2 +- gcc/testsuite/gcc.dg/uninit-15.c | 2 +- .../gfortran.dg/gomp/target-device-ancestor-4.f90 | 2 +- gcc/tree-ssa-uninit.c | 9 +-- libstdc++-v3/include/bits/atomic_base.h | 83 ++++++++++------------ libstdc++-v3/include/std/atomic | 49 ++++++++----- libstdc++-v3/include/std/functional | 15 ++++ libstdc++-v3/include/std/version | 1 + .../testsuite/20_util/function_objects/invoke/4.cc | 59 +++++++++++++++ .../20_util/function_objects/invoke/version.cc | 10 +++ 11 files changed, 174 insertions(+), 84 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/invoke/4.cc