This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e5de406f996 libstdc++ Fix compilation of <stop_token> with Clang new 0db2cd17702 analyzer: tweaks to exploded_node ctor new 7d9c107ab1e analyzer: introduce noop_region_model_context new f665beeba62 analyzer: add test coverage for fixed ICE [PR94047]
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/ChangeLog | 18 +++++++ gcc/analyzer/engine.cc | 11 +++++ gcc/analyzer/exploded-graph.h | 7 +-- gcc/analyzer/region-model.h | 84 +++++++++------------------------ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/analyzer/pr94047.c | 23 +++++++++ 6 files changed, 81 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr94047.c