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-lts-allmodconfig in repository toolchain/ci/gcc.
from 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 adds bf1cb6edc84 PR c++/79592 adjust testcase adds ac5110146f3 Fix early-clobber in amdgcn vec_extract adds 1415d87843a 2020-01-06 Bryan Stenson bryan@siliconvortex.com
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 34 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-sve.md | 2 +- gcc/config/aarch64/t-aarch64 | 6 +++- gcc/config/gcn/gcn-valu.md | 6 ++-- gcc/config/gcn/gcn.c | 2 +- gcc/config/mips/mips.c | 2 +- gcc/doc/md.texi | 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 ++++++++++++++++++++++ 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 ++++++++++++++++++ 21 files changed, 199 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