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 36c155c8939 [Ada] doc/share/conf.py: fix string handling adds f10bec5ffa4 libiberty: Fix infinite recursion in rust demangler. adds 31ab99f7c85 contrib: update analyze_brprob_* scripts. new 48d3191e7bd Constrain PHI handling in -Wuse-after-free [PR104232]. new 2cbe5dd54f1 rs6000: Fix up build of non-glibc/aix/darwin powerpc* targe [...] new 0eb06ee9a40 c++: CONSTRUCTORs are non-deduced contexts [PR104291]
The 3 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: contrib/analyze_brprob.py | 5 +- contrib/analyze_brprob_spec.py | 8 +- gcc/config/rs6000/aix.h | 1 - gcc/config/rs6000/darwin.h | 2 - gcc/config/rs6000/option-defaults.h | 6 ++ gcc/cp/pt.cc | 7 +- gcc/gimple-ssa-warn-access.cc | 50 +++++++++++- gcc/testsuite/g++.dg/template/partial20.C | 7 ++ gcc/testsuite/g++.dg/warn/Wuse-after-free4.C | 27 +++++++ gcc/testsuite/gcc.dg/Wuse-after-free-2.c | 115 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/Wuse-after-free-3.c | 22 +++++ libiberty/rust-demangle.c | 47 +++++++++-- 12 files changed, 276 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/partial20.C create mode 100644 gcc/testsuite/g++.dg/warn/Wuse-after-free4.C create mode 100644 gcc/testsuite/gcc.dg/Wuse-after-free-2.c create mode 100644 gcc/testsuite/gcc.dg/Wuse-after-free-3.c