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 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. adds 6e5b09153e4 libstdc++: Define __cpp_lib_three_way_comparison conditionally adds cc42b6f61b5 libstdc++: Remove redundant inequality operators in <stop_token> adds 79aaafc4532 Fix amdgcn inline immediate range adds d6fdeb0888f [AArch64] Fix constraints for CPY /M adds caae97af7b9 [AArch64] Use move-if-change for aarch64-tune.md new bf1cb6edc84 PR c++/79592 adjust testcase
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 | 24 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-sve.md | 2 +- gcc/config/aarch64/t-aarch64 | 6 +++- gcc/config/gcn/gcn.c | 2 +- gcc/params.opt | 2 +- gcc/testsuite/ChangeLog | 15 ++++++++ gcc/testsuite/g++.dg/ubsan/vptr-4.C | 2 +- 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.target/aarch64/sve/acle/general/cpy_1.c | 42 ++++++++++++++++++++++ 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 +- 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 ++++++++++++++++++ 23 files changed, 189 insertions(+), 37 deletions(-) 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/aarch64/sve/acle/general/cpy_1.c