This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 2c5c6456632 libiberty: remove FINAL and OVERRIDE from ansidecl.h adds 8086230e7ac amdgcn: Remove LLVM 9 assembler/linker support adds cde52d3a2d0 amdgcn: Add gfx90a support adds 2f4f7de787e x86: Document -mcet-switch adds ae8decf1d2b Add new parameter to vec_perm_const hook for specifying ope [...] adds 2540e2c6041 c++: constexpr empty base redux [PR105622] adds 72f76540ad0 c++: discarded-value and constexpr adds 0aee03cb638 gcc.misc-tests/outputs.exp: Use link test to check for -gsp [...] adds 1189c03859c c++: *this folding in constexpr call adds 10d1986aee4 PR middle-end/105604 - ICE: in tree_to_shwi with vla in str [...] adds 5af22024f62 Fix profile count maintenance in vectorizer peeling. adds 768f49a20f4 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 273 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 5 + gcc/config.gcc | 2 +- gcc/config.in | 79 +---- gcc/config/aarch64/aarch64.cc | 8 +- gcc/config/arm/arm.cc | 6 +- gcc/config/gcn/gcn-hsa.h | 59 +--- gcc/config/gcn/gcn-opts.h | 28 +- gcc/config/gcn/gcn-valu.md | 25 +- gcc/config/gcn/gcn.cc | 143 ++++---- gcc/config/gcn/gcn.h | 4 + gcc/config/gcn/gcn.md | 8 +- gcc/config/gcn/gcn.opt | 3 + gcc/config/gcn/mkoffload.cc | 69 +--- gcc/config/gcn/t-gcn-hsa | 4 +- gcc/config/gcn/t-omp-device | 2 +- gcc/config/i386/i386-expand.cc | 8 +- gcc/config/i386/i386-expand.h | 5 +- gcc/config/i386/i386.opt | 2 +- gcc/config/i386/sse.md | 10 +- gcc/config/ia64/ia64.cc | 12 +- gcc/config/mips/mips.cc | 8 +- gcc/config/rs6000/rs6000.cc | 8 +- gcc/config/s390/s390.cc | 6 +- gcc/config/sparc/sparc.cc | 11 +- gcc/configure | 427 +---------------------- gcc/configure.ac | 145 +------- gcc/cp/ChangeLog | 54 +++ gcc/cp/constexpr.cc | 213 ++++++----- gcc/d/ChangeLog | 9 + gcc/doc/invoke.texi | 14 +- gcc/doc/tm.texi | 18 +- gcc/fortran/ChangeLog | 5 + gcc/gimple-ssa-sprintf.cc | 77 ++-- gcc/match.pd | 8 +- gcc/optabs-query.cc | 16 +- gcc/optabs-query.h | 4 +- gcc/optabs.cc | 7 +- gcc/pointer-query.cc | 12 +- gcc/target.def | 18 +- gcc/testsuite/ChangeLog | 76 ++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address14.C | 19 + gcc/testsuite/gcc.dg/Wrestrict-24.c | 35 ++ gcc/testsuite/gcc.dg/Wrestrict-25.c | 165 +++++++++ gcc/testsuite/gcc.dg/Wrestrict-26.c | 114 ++++++ gcc/testsuite/gcc.misc-tests/outputs.exp | 4 +- gcc/tree-ssa-forwprop.cc | 6 +- gcc/tree-vect-data-refs.cc | 35 +- gcc/tree-vect-generic.cc | 5 +- gcc/tree-vect-loop-manip.cc | 38 +- gcc/tree-vect-loop.cc | 2 +- gcc/tree-vect-patterns.cc | 3 +- gcc/tree-vect-slp.cc | 10 +- gcc/tree-vect-stmts.cc | 11 +- include/ChangeLog | 4 + libgomp/ChangeLog | 28 ++ libgomp/plugin/plugin-gcn.c | 9 +- 58 files changed, 1312 insertions(+), 1069 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address14.C create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-24.c create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-25.c create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-26.c