This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 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. adds edf0c132b19 Remote trailing : for subheading. adds 434d521d118 analyzer: log out-edge description in exploded_graph::process_node adds 2c044ff123e analyzer: fix taint handling of switch statements [PR106321] adds 20ab3972240 libstdc++: Make __from_chars_alnum_to_val conversion explicit adds 4a8aab9a235 .gitignore: do not ignore config.h adds 465802c0d40 c++: Enable __has_builtin for new reference binding built-ins adds 76c3f0dc2f8 tree-ssa-sink: do not sink to in front of setjmp adds 26cea5f108e tree-cfg: do not duplicate returns_twice calls adds 7a158a5776f tree-cfg: check placement of returns_twice calls
No new revisions were added by this update.
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/cfghooks.cc | 13 +++- gcc/cp/cp-objcp-common.cc | 2 + gcc/doc/extend.texi | 4 +- .../gcc.dg/analyzer/torture/taint-read-index-2.c | 85 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/setjmp-7.c | 13 ++++ gcc/tree-cfg.cc | 40 +++++++++- gcc/tree-ssa-forwprop.cc | 2 +- gcc/tree-ssa-sink.cc | 6 ++ libstdc++-v3/configure | 2 - libstdc++-v3/configure.ac | 1 - libstdc++-v3/include/std/charconv | 2 +- libstdc++-v3/include/std/type_traits | 4 + 20 files changed, 288 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/setjmp-7.c