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-allmodconfig in repository toolchain/ci/gcc.
from 1595538e412 * gnatvsn.ads: Bump copyright year. adds 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 [...] new 039b8e13b0d [testsuite, Darwin] Fix failing darwin-version-1.c.
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 ++++++++ libgcc/ChangeLog | 5 + libgcc/config/gthr-vxworks.h | 7 + 14 files changed, 471 insertions(+), 27 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