This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz in repository toolchain/ci/gcc.
from 551b38615cc runtime: persistentalloc and cache itabs adds 5b66522271b compiler,runtime: do more direct interfaces adds b52ffd74a93 compiler: recognize and optimize map range clear adds ade32724c83 Daily bump. adds 92db0cce0ff Prefer to use strlen call instead of inline expansion (PR t [...] adds 6332f6532c7 Postpone print of --help=* option. adds 32eaa8547e8 Enhance target and target_clone error messages. adds d3a7159f226 [Aarch64][SVE] Dot product support
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 49 +++++ gcc/DATESTAMP | 2 +- gcc/cgraphclones.c | 2 +- gcc/config/aarch64/aarch64-sve.md | 16 ++ gcc/config/aarch64/iterators.md | 9 +- gcc/config/i386/i386-c.c | 5 +- gcc/config/i386/i386-protos.h | 4 +- gcc/config/i386/i386.c | 124 +++++-------- gcc/doc/invoke.texi | 5 +- gcc/gcc.c | 5 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 106 +++++++++-- gcc/go/gofrontend/expressions.h | 8 + gcc/go/gofrontend/gogo.cc | 4 +- gcc/go/gofrontend/runtime.def | 3 + gcc/go/gofrontend/statements.cc | 96 ++++++++++ gcc/go/gofrontend/statements.h | 4 + gcc/go/gofrontend/types.cc | 223 +++++++++++++++++++++- gcc/go/gofrontend/types.h | 40 +++- gcc/opts-global.c | 2 +- gcc/opts.c | 267 ++++++++++++++------------- gcc/opts.h | 3 +- gcc/testsuite/ChangeLog | 15 ++ gcc/testsuite/gcc.target/aarch64/sve/dot_1.c | 39 ++++ gcc/testsuite/gcc.target/i386/funcspec-4.c | 2 +- gcc/testsuite/gcc.target/i386/pr88809-2.c | 9 + gcc/testsuite/gcc.target/i386/pr88809.c | 9 + gcc/tree-vect-loop.c | 61 +++++- libgo/go/reflect/all_test.go | 5 - libgo/go/reflect/type.go | 17 +- libgo/go/runtime/iface.go | 19 +- libgo/go/runtime/map.go | 1 + libgo/go/runtime/pprof/proto.go | 2 +- libgo/go/runtime/proc.go | 2 +- libgo/runtime/go-callers.c | 2 +- 35 files changed, 904 insertions(+), 258 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/dot_1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr88809-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr88809.c