This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/gcc.
from 4341b1b1657 Introduce EAF_NOREAD and cleanup EAF_UNUSED + ipa-modref adds 5eb304a3e51 opts: do not repeat a string in errors adds fa28520fadb ipa: do not make localaliases for target_clones [PR101261] adds 4998404915b ipa: "naked" attribute implies "noipa" attribute adds e5c00544cce runtime: use C cast syntax in stack.c adds fb85d6eb6c3 Warn for reads from write-only arguments [PR101734]. adds 2cc65fcbd47 Adjust 'libgomp.oacc-c-c++-common/static-variable-1.c' adds 58eec9908c0 Fix xxeval predicates (PR 99921). adds 261512fa6d5 Daily bump. new 240f07805db i386: Fix ICE with V64QImode broadcast permutation with -ma [...]
The 1 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/ChangeLog | 60 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/attribs.c | 11 +-- gcc/config/i386/i386-expand.c | 5 +- gcc/config/rs6000/altivec.md | 6 +- gcc/go/gofrontend/MERGE | 2 +- gcc/opts.c | 53 ++++++------- gcc/symtab.c | 2 + gcc/testsuite/ChangeLog | 19 +++++ gcc/testsuite/gcc.dg/uninit-42.c | 87 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/avx512f-pr101896.c | 5 ++ gcc/testsuite/gcc.target/i386/pr101261.c | 11 +++ gcc/tree-ssa-uninit.c | 89 +++++++++++++++++++--- libbacktrace/ChangeLog | 5 ++ libgo/runtime/stack.c | 2 +- libgomp/ChangeLog | 4 + .../libgomp.oacc-c-c++-common/static-variable-1.c | 5 +- 17 files changed, 313 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/uninit-42.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr101896.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101261.c