This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/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. adds 5b73abd1a5f libstdc++: Define std::invoke_r for C++23 (P2136R3) adds dba1ab21229 libstdc++: Remove "no stronger" assertion in compare exchan [...] adds 892400f1f21 libstdc++: Tweak whitespace in <atomic> adds 89cf858571c libstdc++: Implement std::atomic<T*>::compare_exchange_weak
No new revisions were added by this update.
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