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-aarch64-mainline-allyesconfig in repository toolchain/ci/gcc.
from ad1baf22708 Daily bump. adds 632f3e0b3f6 PR c++/93046 * cp-gimplify.c (cp_gimplify_init_expr): Don [...] adds 12c458dd55a Guard inclusion of vxAtomicLib.h from gthr-vxworks.h adds 03675cb8aa0 PR c++/93138 * parser.c (cp_parser_check_class_key): Disa [...] adds 3015ab3612e PR target/93141 * config/i386/i386.md (SWIDWI): New mode [...] adds 039b8e13b0d [testsuite, Darwin] Fix failing darwin-version-1.c. adds 16e589171d3 * gnat.dg/specs/discr1.ads: Compile with -gnatc instead of [...] new 48da11f636d Daily bump.
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: gcc/ChangeLog | 20 ++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 295 ++++++++++++++++++++-- gcc/cp/ChangeLog | 14 + gcc/cp/cp-gimplify.c | 2 +- gcc/cp/parser.c | 10 +- gcc/testsuite/ChangeLog | 17 ++ gcc/testsuite/g++.dg/ext/cond4.C | 14 + gcc/testsuite/g++.dg/warn/Wredundant-tags-2.C | 18 ++ gcc/testsuite/gcc.dg/darwin-version-1.c | 8 +- gcc/testsuite/gcc.dg/pr67089-6.c | 3 +- gcc/testsuite/gcc.target/i386/pr93141-1.c | 83 ++++++ gcc/testsuite/gnat.dg/specs/discr1.ads | 2 +- gcc/testsuite/gnat.dg/specs/limited_with4.ads | 2 +- gcc/testsuite/gnat.dg/specs/limited_with4_pkg.ads | 2 +- gcc/testsuite/gnat.dg/specs/private1-sub.ads | 2 +- gcc/testsuite/gnat.dg/specs/task1.ads | 2 +- libgcc/ChangeLog | 5 + libgcc/config/gthr-vxworks.h | 7 + 19 files changed, 476 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/cond4.C create mode 100644 gcc/testsuite/g++.dg/warn/Wredundant-tags-2.C create mode 100644 gcc/testsuite/gcc.target/i386/pr93141-1.c