This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from c6bc4835659 print-tree:Avoid warnings of overflow adds 6adbb51eaa8 calls: Fix error recovery after sorry differently [PR104989] adds 7d5ee289510 testsuite: Add testcase for no longer failing PR [PR102645] adds 919fbffef07 Extend splitter pattern to reversed condition by swapping t [...] adds 6ee58926385 lto-plugin: Use GNU ld or Solaris ld version script in pref [...] adds 0bae246acc7 aarch64: Enable FP16 feature by default for Armv9 adds a850930164e aarch64: Add Neoverse-N2 tuning structs adds b074fa69707 aarch64: Update reg-costs to differentiate between memmove costs adds 27d8748df59 aarch64: Add Demeter tuning structs adds 930eb8b6c2c aarch64: Update regmove costs for neoverse-v1 and neoverse- [...]
No new revisions were added by this update.
Summary of changes: gcc/calls.cc | 9 +- gcc/config/aarch64/aarch64-cores.def | 2 + gcc/config/aarch64/aarch64-protos.h | 15 +- gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.cc | 628 +++++++++++++++++++++++-- gcc/config/aarch64/aarch64.h | 3 +- gcc/config/i386/i386.md | 14 +- gcc/testsuite/g++.dg/other/pr104989.C | 9 + gcc/testsuite/gcc.c-torture/compile/pr102645.c | 18 + lto-plugin/Makefile.am | 18 +- lto-plugin/Makefile.in | 13 +- lto-plugin/configure | 116 ++++- lto-plugin/configure.ac | 37 ++ lto-plugin/lto-plugin.map | 3 + 14 files changed, 836 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/pr104989.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr102645.c create mode 100644 lto-plugin/lto-plugin.map