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-master-arm-stable-defconfig in repository toolchain/ci/gcc.
from fbd4553d99b IBM Z: Update autovec-*-quiet-uneq expectations adds 4acba485901 IBM Z: Restrict vec_cmp<m><n> on z13 adds 97981e13b7f Tweak plugin-gcn.c defines adds e253d362140 libstdc++: Use __libc_single_threaded for locale initialization adds 4bbd5d0c5fb libstdc++: Throw instead of segfaulting in std::thread cons [...] adds 7e0078f8643 libstdc++: Run all tests in file adds 489be3119e6 aarch64: Fix aapcs64 testsuite failures adds 13f93cf5336 preprocessor: Add deferred macros adds f30a9a8d9e0 arm: correctly handle negating INT_MIN in arm_split_atomic_ [...] adds bc8f0f1f88d [PR97933] LRA: find correctly last empty dest block. adds 1805dbc58ba Adjust regex pattern to expect an additional attribute and [...] adds ce2d9549f2b Revert: "Fix -ffast-math flags handling inconsistencies" adds 92a30040c8d c++: ICE with int{} in template. [PR97899] adds f2a5cdff045 Add a note. adds 211d68dda14 PR c/97955 - ICE in build_array_type_1 on invalid redeclara [...] adds a3313a2214a libstdc++: Disable failing tests [PR 97936] adds d3e763efcb8 changelog: fix parsing of a revert commit adds 1e2c9a27610 Daily bump. adds a7285c86596 middle-end: Reject flexible array members in __builtin_clea [...] new ad9cbcee543 libstdc++: Fix handling of futex wake [PR 97936]
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: contrib/ChangeLog | 5 + contrib/gcc-changelog/git_commit.py | 27 +-- gcc/ChangeLog | 102 ++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 219 +++++++++++++++++++++ gcc/c-family/ChangeLog | 4 + gcc/c-family/c-warn.c | 4 +- gcc/c/ChangeLog | 7 + gcc/config/arm/arm.c | 2 +- gcc/config/s390/vector.md | 2 +- gcc/cp/ChangeLog | 13 ++ gcc/cp/typeck2.c | 1 + gcc/doc/invoke.texi | 6 +- gcc/gimple-fold.c | 24 ++- gcc/lra.c | 8 +- gcc/opts.c | 58 +++--- gcc/testsuite/ChangeLog | 96 +++++++++ .../c-c++-common/builtin-clear-padding-2.c | 17 ++ .../c-c++-common/builtin-clear-padding-3.c | 15 ++ gcc/testsuite/g++.dg/cpp0x/initlist-template3.C | 13 ++ gcc/testsuite/g++.dg/ext/builtin-clear-padding-1.C | 15 ++ gcc/testsuite/gcc.dg/Wstringop-overflow-47.c | 2 +- gcc/testsuite/gcc.dg/builtin-clear-padding-2.c | 15 ++ gcc/testsuite/gcc.dg/pr97534.c | 9 + gcc/testsuite/gcc.dg/pr97955.c | 7 + .../gcc.target/aarch64/aapcs64/abitest-2.h | 2 +- gcc/testsuite/gcc.target/aarch64/aapcs64/abitest.h | 2 +- .../gfortran.dg/gomp/declare-target-4.f90 | 16 +- libcpp/ChangeLog | 26 +++ libcpp/directives.c | 11 +- libcpp/expr.c | 9 +- libcpp/include/cpplib.h | 32 ++- libcpp/internal.h | 9 +- libcpp/lex.c | 18 +- libcpp/macro.c | 95 ++++++--- libgomp/ChangeLog | 11 ++ libgomp/plugin/plugin-gcn.c | 3 +- libstdc++-v3/ChangeLog | 28 +++ libstdc++-v3/include/bits/atomic_wait.h | 4 +- libstdc++-v3/src/c++11/thread.cc | 10 + libstdc++-v3/src/c++98/locale.cc | 4 +- libstdc++-v3/src/c++98/locale_init.cc | 2 +- .../29_atomics/atomic_integral/wait_notify.cc | 5 +- libstdc++-v3/testsuite/30_threads/jthread/95989.cc | 4 +- libstdc++-v3/testsuite/30_threads/latch/3.cc | 6 +- .../30_threads/semaphore/try_acquire_until.cc | 4 +- 46 files changed, 839 insertions(+), 135 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/builtin-clear-padding-2.c create mode 100644 gcc/testsuite/c-c++-common/builtin-clear-padding-3.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-template3.C create mode 100644 gcc/testsuite/g++.dg/ext/builtin-clear-padding-1.C create mode 100644 gcc/testsuite/gcc.dg/builtin-clear-padding-2.c create mode 100644 gcc/testsuite/gcc.dg/pr97534.c create mode 100644 gcc/testsuite/gcc.dg/pr97955.c