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_build/master-aarch64 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 new e5c00544cce runtime: use C cast syntax in stack.c new fb85d6eb6c3 Warn for reads from write-only arguments [PR101734].
The 2 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/attribs.c | 11 ++-- gcc/go/gofrontend/MERGE | 2 +- gcc/opts.c | 53 +++++++++---------- gcc/symtab.c | 2 + gcc/testsuite/gcc.dg/uninit-42.c | 87 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr101261.c | 11 ++++ gcc/tree-ssa-uninit.c | 89 ++++++++++++++++++++++++++++---- libgo/runtime/stack.c | 2 +- 8 files changed, 208 insertions(+), 49 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/uninit-42.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101261.c