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-arm 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- [...] adds c6e75a4a353 aarch64: update error message format. adds 1c2a3aeee7d i386: update error message format. adds d85a84c76bd rs6000: update error message format. adds c1ba4e5b883 v850: fix typo in pragma name
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 | 642 +++++++++++++++++++-- gcc/config/aarch64/aarch64.h | 3 +- gcc/config/i386/i386-options.cc | 8 +- gcc/config/i386/i386.md | 14 +- gcc/config/rs6000/rs6000.cc | 2 +- gcc/config/v850/v850-c.cc | 2 +- gcc/testsuite/g++.dg/other/pr104989.C | 9 + gcc/testsuite/gcc.c-torture/compile/pr102645.c | 18 + .../gcc.target/aarch64/branch-protection-attr.c | 2 +- gcc/testsuite/gcc.target/aarch64/spellcheck_1.c | 2 +- gcc/testsuite/gcc.target/aarch64/spellcheck_2.c | 2 +- gcc/testsuite/gcc.target/aarch64/spellcheck_3.c | 2 +- gcc/testsuite/gcc.target/i386/pr99753.c | 2 +- .../gcc.target/i386/spellcheck-options-1.c | 2 +- .../gcc.target/i386/spellcheck-options-2.c | 2 +- .../gcc.target/i386/spellcheck-options-4.c | 2 +- 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 + 25 files changed, 857 insertions(+), 72 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