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-aarch64-bootstrap in repository toolchain/ci/gcc.
from 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 adds a47b1599f28 rs6000: wrap const in an error message. adds ef0e11ac88a nvptx: fix wrapping in an error message. adds 08f263e703c tree-optimization/105012 - fix ICE from local DSE of if-conversion new a624388b954 [nvptx] Add warp sync at simt exit new f8b15e17715 [nvptx] Use .alias directive for mptx >= 6.3 new a4baa0d3c5a [nvptx] Add mexperimental new b57358cc713 [nvptx] Limit HFmode support to mexperimental new 24ee43194a5 [nvptx] Use '%' as register prefix
The 5 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-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/nvptx/nvptx-protos.h | 1 + gcc/config/nvptx/nvptx.cc | 82 ++- gcc/config/nvptx/nvptx.h | 17 + gcc/config/nvptx/nvptx.md | 19 +- gcc/config/nvptx/nvptx.opt | 6 + gcc/config/rs6000/rs6000-c.cc | 4 +- gcc/config/rs6000/rs6000.cc | 2 +- gcc/config/v850/v850-c.cc | 2 +- .../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 +- gcc/testsuite/gcc.target/nvptx/alias-1.c | 27 + gcc/testsuite/gcc.target/nvptx/alias-2.c | 13 + gcc/testsuite/gcc.target/nvptx/alias-3.c | 29 + gcc/testsuite/gcc.target/nvptx/alias-4.c | 12 + gcc/testsuite/gcc.target/nvptx/float16-1.c | 1 + gcc/testsuite/gcc.target/nvptx/float16-2.c | 1 + gcc/testsuite/gcc.target/nvptx/float16-3.c | 1 + gcc/testsuite/gcc.target/nvptx/float16-4.c | 1 + gcc/testsuite/gcc.target/nvptx/float16-5.c | 1 + gcc/testsuite/gcc.target/nvptx/float16-6.c | 1 + gcc/testsuite/gcc.target/nvptx/nvptx.exp | 7 + gcc/tree-if-conv.cc | 2 +- libgomp/testsuite/libgomp.c/pr104783-2.c | 25 + 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 + 41 files changed, 1057 insertions(+), 86 deletions(-) create mode 100644 gcc/testsuite/gcc.target/nvptx/alias-1.c create mode 100644 gcc/testsuite/gcc.target/nvptx/alias-2.c create mode 100644 gcc/testsuite/gcc.target/nvptx/alias-3.c create mode 100644 gcc/testsuite/gcc.target/nvptx/alias-4.c create mode 100644 libgomp/testsuite/libgomp.c/pr104783-2.c create mode 100644 lto-plugin/lto-plugin.map