This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 447ac3c570c Add ChangeLog entries for 86d8e0c0652ef5236a460b75c25e4f709 [...] adds f6b786d7498 d: Compile simd_ctfe.d only on avx_runtime or vect_sizes_16 [...] adds eaaf77dd85c middle-end/105140 - fix bogus recursion in fold_convertible_p adds 3eda57b4ae5 tree-optimization/105132 - add missing checking in vectoriz [...] adds 376cf6d19cd aarch64: Fix aarch64-tune.md (re)generation [PR105144] adds 88cffa1a07d [libgomp/testsuite] Fix libgomp.fortran/examples-4/declare_ [...] adds 2f0610acbc0 aarch64: Restrict aarch64-tune.md regeneration to --enable- [...] new a11f204e5a3 c++: alias-tmpl equivalence and default targs [PR103852] new 3afc7c4eead c++: repeated friend template [PR101894]
The 2 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/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/t-aarch64 | 12 +++++++++ gcc/cp/decl.cc | 5 ++++ gcc/cp/pt.cc | 13 +++++++++ gcc/fold-const.cc | 5 ++-- gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1286a.C | 16 +++++------ .../g++.dg/cpp1z/class-deduction-alias1.C | 17 ++++++++++++ gcc/testsuite/g++.dg/lookup/friend22.C | 7 +++++ gcc/testsuite/gcc.dg/pr105140.c | 17 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr105132.c | 12 +++++++++ gcc/testsuite/gdc.dg/simd_ctfe.d | 3 ++- gcc/tree-vect-stmts.cc | 6 +++++ .../examples-4/declare_target-1.f90 | 31 +++++++++++++--------- .../examples-4/declare_target-2.f90 | 31 +++++++++++++--------- 14 files changed, 141 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction-alias1.C create mode 100644 gcc/testsuite/g++.dg/lookup/friend22.C create mode 100644 gcc/testsuite/gcc.dg/pr105140.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr105132.c