This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c46d057f557 analyzer: workaround for nested pp_printf new 5e17c1bdadb analyzer.opt: reword descriptions of two dump options (PR 93657) new cd28b759213 analyzer: fix ICE with equiv_class constant (PR 93649) new a0e4929b046 analyzer: fix ICE in "__analyzer_dump_exploded_nodes" on no [...] new a60d98890bb analyzer: fix ICE due to missing state_change purging (PR 93374)
The 4 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/ChangeLog | 42 ++++++++++++++ gcc/analyzer/analyzer.opt | 4 +- gcc/analyzer/constraint-manager.cc | 8 ++- gcc/analyzer/engine.cc | 38 ++++++++----- gcc/analyzer/exploded-graph.h | 1 + gcc/analyzer/program-state.cc | 12 +++- gcc/analyzer/program-state.h | 6 +- gcc/testsuite/ChangeLog | 15 +++++ .../gcc.dg/analyzer/{paths-2.c => pr93669.c} | 2 + gcc/testsuite/gcc.dg/analyzer/torture/pr93374.c | 2 + gcc/testsuite/gcc.dg/analyzer/torture/pr93649.c | 66 ++++++++++++++++++++++ 11 files changed, 173 insertions(+), 23 deletions(-) copy gcc/testsuite/gcc.dg/analyzer/{paths-2.c => pr93669.c} (77%) create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93374.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93649.c