This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ad6135e261c libstdc++: Remove workaround in __gnu_cxx::char_traits::mov [...] new 897b3b31f0a analyzer: fix false positives from -Wanalyzer-tainted-divis [...] new a8dce13c076 Convert label_text to C++11 move semantics new 52f538fa4a1 analyzer: use label_text for superedge::get_description
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/call-info.cc | 1 - gcc/analyzer/checker-path.cc | 96 ++++++++----------------- gcc/analyzer/diagnostic-manager.cc | 8 --- gcc/analyzer/engine.cc | 5 +- gcc/analyzer/program-state.cc | 1 - gcc/analyzer/region.cc | 1 - gcc/analyzer/sm-malloc.cc | 3 - gcc/analyzer/sm-taint.cc | 51 +++++++++---- gcc/analyzer/sm.cc | 12 ++++ gcc/analyzer/sm.h | 2 + gcc/analyzer/store.cc | 3 - gcc/analyzer/supergraph.cc | 13 ++-- gcc/analyzer/supergraph.h | 2 +- gcc/analyzer/svalue.cc | 1 - gcc/c-family/c-format.cc | 1 - gcc/diagnostic-format-json.cc | 4 +- gcc/diagnostic-format-sarif.cc | 1 - gcc/diagnostic-show-locus.cc | 35 +++++++-- gcc/testsuite/gcc.dg/analyzer/taint-divisor-1.c | 66 +++++++++++++++++ gcc/tree-diagnostic-path.cc | 4 -- libcpp/include/line-map.h | 46 +++++++++--- 21 files changed, 227 insertions(+), 129 deletions(-)