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 40f6e591228 PR c/106264: Silence warnings from __builtin_modf et al. adds 0f129766fdb lto/106334 - relax assert during WPA tree merging adds e4ff11a8f2e middle-end/106331 - fix mem attributes for string op arguments adds f082bc79c10 RTEMS: Remove HAVE_POLL for libstdc++ adds 4c323130257 forwprop: Use lhs type instead of arg0 in folding VEC_PERM_EXPR. new edf0c132b19 Remote trailing : for subheading. new 434d521d118 analyzer: log out-edge description in exploded_graph::process_node new 2c044ff123e analyzer: fix taint handling of switch statements [PR106321] new 20ab3972240 libstdc++: Make __from_chars_alnum_to_val conversion explicit new 4a8aab9a235 .gitignore: do not ignore config.h
The 5 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: .gitignore | 3 +- gcc/analyzer/constraint-manager.h | 3 + gcc/analyzer/engine.cc | 34 ++++++++- gcc/analyzer/exploded-graph.h | 3 + gcc/analyzer/region-model.cc | 2 + gcc/analyzer/region-model.h | 17 +++++ gcc/analyzer/sm-taint.cc | 58 +++++++++++++++ gcc/analyzer/sm.h | 9 +++ gcc/builtins.cc | 13 +++- gcc/doc/extend.texi | 4 +- gcc/dwarf2out.cc | 6 +- .../gcc.dg/analyzer/torture/taint-read-index-2.c | 85 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr106331.f90 | 7 ++ gcc/tree-ssa-forwprop.cc | 2 +- libstdc++-v3/configure | 2 - libstdc++-v3/configure.ac | 1 - libstdc++-v3/include/std/charconv | 2 +- 17 files changed, 236 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr106331.f90