This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e055e6db974 Fix ICE due to incorrect insn type. new 5cb7d28dcfb analyzer: add test coverage for string ops new 0b737090a69 analyzer: handle comparisons against negated symbolic value [...]
The 2 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/region-model-manager.cc | 3 + gcc/analyzer/region-model.cc | 13 +++++ .../gcc.dg/analyzer/feasibility-pr107948.c | 49 ++++++++++++++++ .../gcc.dg/analyzer/string-ops-concat-pair.c | 67 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/string-ops-dup.c | 61 ++++++++++++++++++++ 5 files changed, 193 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-pr107948.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/string-ops-concat-pair.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/string-ops-dup.c