This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe3ed885cda libstdc++: Limit new basic_string(nullptr_t) constructor to [...] new 79e746bb05e analyzer: fix ICE on realloc of zeroed memory [PR104062] new 2aefe248aa4 analyzer: fix ICE on unary ops folding to casts of constant [...]
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 | 22 ++++++++++++++++++++-- gcc/testsuite/gcc.dg/analyzer/pr104062.c | 13 +++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr104089.c | 9 +++++++++ 3 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104062.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104089.c