This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 87d9a9fd394 analyzer: fix ICE on repeated_svalue with no type [PR117491] new 498fb8a2451 analyzer: use value_range and range_op in eval_condition [PR98447]
The 1 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/common.h | 1 + gcc/analyzer/region-model.cc | 26 +++++ gcc/analyzer/svalue.cc | 113 +++++++++++++++++++++ gcc/analyzer/svalue.h | 12 +++ .../c-c++-common/analyzer/conditionals-pr98447-1.c | 28 +++++ .../c-c++-common/analyzer/conditionals-pr98447-2.c | 40 ++++++++ .../null-deref-pr108400-SoftEtherVPN-WebUi.c | 4 +- gcc/testsuite/gcc.dg/analyzer/data-model-1.c | 2 +- 8 files changed, 223 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/conditionals-pr98447-1.c create mode 100644 gcc/testsuite/c-c++-common/analyzer/conditionals-pr98447-2.c