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-allyesconfig in repository toolchain/ci/gcc.
from 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 adds e95a2b4bdfb PR c++/91369 * constexpr.c (struct constexpr_global_ctx): [...] adds 501b8df055c PR fortran/93162 * trans-openmp.c (gfc_trans_omp_clauses) [...] adds b37d22a5a16 Mark param_min_crossjump_insns with Optimization keyword. adds 9de704a3612 Mark -free as Optimization option. adds 2390081033f Make warn_inline Optimization option. adds 75d94234315 Document cloning for the target_clone attribute. adds bcf30bf3153 Add Optimization keyword for TREE/RTL optimization passes. adds 32bc1fb3e17 PR tree-optimization/93118 * match.pd ((x >> c) << c -> x [...] adds 32463ae2ba9 PR tree-optimization/93156 * tree-ssa-ccp.c (bit_value_bi [...] adds 557140e383f Don't mangle attributes that have a space in their name adds 5117d902d61 [AArch64] Use type attributes to mark types that use the SVE PCS adds 12628ade57c Add a generic lhd_simulate_enum_decl adds 1019f884206 2020-01-07 Richard Biener rguenther@suse.de adds 9e261a09da3 compiler: avoid a couple of compiler crashes adds f67c452fea2 [doc] Add missing documentation for existing target checks adds 5abce938414 [testsuite][arm] xfail vect-epilogues for armbe adds 31bfdb85acb Disallow 'B' constraints on amdgcn addc/subb adds 785d7f45efd PR c++/47877 - -fvisibility-inlines-hidden and member templates. adds b4cb3700e07 [amdgcn] Add more modes for vector comparisons adds d11d747e507 compiler: avoid write barrier for a[i] = a[i][:v] new 956883a6be3 /gcc/cp 2020-01-07 Paolo Carlini paolo.carlini@oracle.com
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 | 173 ++++++++++ gcc/DATESTAMP | 2 +- gcc/common.opt | 4 +- gcc/config/aarch64/aarch64-protos.h | 3 +- gcc/config/aarch64/aarch64-sve-builtins.cc | 118 +++---- gcc/config/aarch64/aarch64.c | 36 +-- gcc/config/gcn/constraints.md | 11 +- gcc/config/gcn/gcn-protos.h | 2 +- gcc/config/gcn/gcn-valu.md | 357 +++++++++------------ gcc/config/gcn/gcn.c | 16 +- gcc/config/gcn/gcn.md | 4 +- 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 | 43 +++ gcc/cp/class.c | 1 - gcc/cp/constexpr.c | 38 ++- gcc/cp/cp-tree.h | 7 +- gcc/cp/decl2.c | 5 +- gcc/cp/init.c | 31 +- gcc/cp/mangle.c | 38 ++- gcc/cp/parser.c | 14 +- gcc/cp/pt.c | 12 +- gcc/doc/extend.texi | 6 + gcc/doc/install.texi | 2 +- gcc/doc/md.texi | 3 +- gcc/doc/sourcebuild.texi | 6 + gcc/fortran/ChangeLog | 6 + gcc/fortran/trans-openmp.c | 4 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 27 ++ gcc/ipa-inline-analysis.c | 2 +- gcc/ipa-inline.c | 4 +- gcc/langhooks-def.h | 4 +- gcc/langhooks.c | 39 +++ gcc/match.pd | 21 +- gcc/params.opt | 334 +++++++++---------- gcc/testsuite/ChangeLog | 45 +++ gcc/testsuite/g++.dg/concepts/inherit-ctor3.C | 4 +- gcc/testsuite/g++.dg/cpp1y/constexpr-new.C | 2 +- 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/cpp2a/constexpr-new9.C | 15 + .../ext/visibility/fvisibility-inlines-hidden-5.C | 13 + gcc/testsuite/g++.dg/template/crash7.C | 4 +- gcc/testsuite/g++.old-deja/g++.bugs/900208_03.C | 2 +- gcc/testsuite/g++.old-deja/g++.bugs/900519_06.C | 8 +- gcc/testsuite/g++.old-deja/g++.pt/error2.C | 2 +- .../aarch64/sve/acle/general-c++/mangle_5.C | 8 + gcc/testsuite/gcc.dg/pr92860-2.c | 13 + gcc/testsuite/gcc.dg/pr92860.c | 53 +++ gcc/testsuite/gcc.dg/tree-ssa/pr93118.c | 45 +++ gcc/testsuite/gcc.dg/tree-ssa/pr93156.c | 23 ++ gcc/testsuite/gcc.dg/vect/vect-epilogues.c | 2 +- gcc/testsuite/gcc.target/aarch64/sve/pcs/asm_1.c | 70 ++++ gcc/testsuite/gcc.target/aarch64/sve/pcs/asm_2.c | 4 + gcc/testsuite/gcc.target/aarch64/sve/pcs/asm_3.c | 68 ++++ gcc/testsuite/gcc.target/aarch64/sve/pcs/asm_4.c | 4 + gcc/tree-inline.c | 4 +- gcc/tree-ssa-ccp.c | 11 + gcc/tree.h | 4 +- libcc1/ChangeLog | 4 + libcc1/libcp1plugin.cc | 4 +- 66 files changed, 1335 insertions(+), 563 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/g++.dg/cpp2a/constexpr-new9.C create mode 100644 gcc/testsuite/g++.dg/ext/visibility/fvisibility-inlines-hidden-5.C create mode 100644 gcc/testsuite/g++.target/aarch64/sve/acle/general-c++/mangle_5.C create mode 100644 gcc/testsuite/gcc.dg/pr92860-2.c create mode 100644 gcc/testsuite/gcc.dg/pr92860.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr93118.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr93156.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pcs/asm_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pcs/asm_2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pcs/asm_3.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pcs/asm_4.c