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-next-allmodconfig in repository toolchain/ci/gcc.
from 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 adds a6b8833f34a Fix amdgcn issue with '0' constraints adds fb9c849560f Check mask argument's type when vectorising conditional functions adds 69ffead97a2 Require equal shift amounts for IFN_DIV_POW2 adds 4560be9ac2e * config/pa/pa.md: Revert change to use ordered_comparison [...] adds fe956f6730e Daily bump. adds b0f2d29e594 PR c++/92739 - parsing requires clause with attributes. adds fc9c2085956 PR c++/92552 - ICE with inherited constrained default ctor. adds 23fef3f90fb Add support for large prefixed address in adjusting a vecto [...] adds 035a09d2159 Fix bad code of vector extract of PC-relative address with [...] adds 3ae257f8984 Update 'Q' constraint documentation. adds beb5d2f74d2 Update ChangeLog for last change adds e4aa03ead2a Refactor some code for a future change. adds 3b6f08b5069 ipa-inline: Adjust condition for caller_growth_limits
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 89 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-sve.md | 2 +- gcc/config/aarch64/t-aarch64 | 6 +- gcc/config/gcn/gcn-valu.md | 32 ++++---- gcc/config/gcn/gcn.c | 2 +- gcc/config/mips/mips.c | 2 +- gcc/config/pa/pa.md | 4 +- gcc/config/pa/predicates.md | 6 ++ gcc/config/rs6000/constraints.md | 3 +- gcc/config/rs6000/rs6000.c | 57 ++++++++++---- gcc/config/rs6000/vsx.md | 8 +- gcc/cp/ChangeLog | 13 ++++ gcc/cp/class.c | 1 - gcc/cp/parser.c | 8 ++ gcc/cp/pt.c | 1 + gcc/doc/md.texi | 5 +- gcc/ipa-inline-analysis.c | 2 +- gcc/ipa-inline.c | 4 +- gcc/params.opt | 2 +- gcc/testsuite/ChangeLog | 20 +++++ gcc/testsuite/g++.dg/concepts/inherit-ctor3.C | 4 +- gcc/testsuite/g++.dg/cpp2a/concepts-attrib1.C | 15 ++++ .../g++.dg/cpp2a/concepts-inherit-ctor2.C | 4 +- .../g++.dg/cpp2a/concepts-inherit-ctor7.C | 14 ++++ gcc/testsuite/g++.dg/template/crash7.C | 4 +- gcc/testsuite/g++.dg/ubsan/vptr-4.C | 2 +- gcc/testsuite/g++.old-deja/g++.pt/error2.C | 2 +- gcc/testsuite/gcc.dg/vect/vect-cond-arith-8.c | 8 ++ .../gcc.target/aarch64/sve/acle/general/cpy_1.c | 42 ++++++++++ gcc/testsuite/gcc.target/aarch64/sve/asrdiv_1.c | 8 +- gcc/testsuite/gcc.target/aarch64/sve/asrdiv_2.c | 19 +++++ gcc/testsuite/gcc.target/aarch64/sve/asrdiv_3.c | 19 +++++ gcc/testsuite/gcc.target/aarch64/sve/cond_fmul_5.c | 9 +++ gcc/tree-vect-slp.c | 30 +++++--- gcc/tree-vect-stmts.c | 35 ++++----- 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 +++++++++ 42 files changed, 447 insertions(+), 120 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-attrib1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor7.C create mode 100644 gcc/testsuite/gcc.dg/vect/vect-cond-arith-8.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/cpy_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/asrdiv_2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/asrdiv_3.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/cond_fmul_5.c