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-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 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 60 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/attribs.c | 11 +-- 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/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 +- 15 files changed, 304 insertions(+), 54 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/uninit-42.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101261.c