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-defconfig in repository toolchain/ci/gcc.
from 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 [...] adds 48da11f636d Daily bump. adds 62a72308e1c New bitfield testcases. adds c4d2abc10cc Mark param_max_combine_insns with Optimization keyword. new 6e5b09153e4 libstdc++: Define __cpp_lib_three_way_comparison conditionally new cc42b6f61b5 libstdc++: Remove redundant inequality operators in <stop_token> new 79aaafc4532 Fix amdgcn inline immediate range
The 3 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 | 31 +++ gcc/DATESTAMP | 2 +- gcc/config/gcn/gcn.c | 2 +- gcc/config/i386/i386.md | 295 +++++++++++++++++++-- gcc/cp/ChangeLog | 8 + gcc/cp/parser.c | 10 +- gcc/params.opt | 2 +- gcc/testsuite/ChangeLog | 20 +- gcc/testsuite/g++.dg/warn/Wredundant-tags-2.C | 18 ++ gcc/testsuite/gcc.c-torture/compile/20200105-1.c | 12 + gcc/testsuite/gcc.c-torture/compile/20200105-2.c | 12 + gcc/testsuite/gcc.c-torture/compile/20200105-3.c | 12 + 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 + libstdc++-v3/ChangeLog | 14 + libstdc++-v3/include/bits/stl_algobase.h | 8 +- libstdc++-v3/include/std/stop_token | 18 +- libstdc++-v3/include/std/version | 2 +- libstdc++-v3/libsupc++/compare | 6 +- .../testsuite/30_threads/stop_token/stop_source.cc | 35 +++ 28 files changed, 563 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wredundant-tags-2.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/20200105-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/20200105-2.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/20200105-3.c create mode 100644 gcc/testsuite/gcc.target/i386/pr93141-1.c