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_profiled_lto_lean in repository toolchain/ci/gcc.
from c5b21c3f4c1 libgo: update to Go1.17rc2 adds 62e420293a2 libbacktrace: fix b2test_buildid test on non-english locales adds e37ddb91a83 arm: Add check for arm_softfp_ok in pr98435.c. adds 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/ipa-modref.c | 169 ++++++++++++++------- gcc/ipa-modref.h | 2 +- gcc/opts.c | 53 +++---- gcc/symtab.c | 2 + gcc/testsuite/ChangeLog | 19 +++ gcc/testsuite/gcc.dg/tree-ssa/modref-6.c | 2 +- gcc/testsuite/gcc.dg/uninit-42.c | 87 +++++++++++ gcc/testsuite/gcc.target/arm/simd/pr98435.c | 1 + gcc/testsuite/gcc.target/i386/pr101261.c | 11 ++ gcc/tree-core.h | 5 +- gcc/tree-ssa-alias.c | 2 +- gcc/tree-ssa-structalias.c | 14 +- gcc/tree-ssa-uninit.c | 89 +++++++++-- libbacktrace/ChangeLog | 5 + libbacktrace/install-debuginfo-for-buildid.sh.in | 2 +- libgo/runtime/stack.c | 2 +- libgomp/ChangeLog | 4 + .../libgomp.oacc-c-c++-common/static-variable-1.c | 5 +- 23 files changed, 437 insertions(+), 118 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/uninit-42.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101261.c