This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 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
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: 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.dg/analyzer/torture/taint-read-index-2.c | 85 ++++++++++++++++++++++ libstdc++-v3/include/std/charconv | 2 +- 9 files changed, 210 insertions(+), 3 deletions(-)