This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a53a83b63b4 RISC-V: Add test cases for RVV FP16 vreinterpret new 1d57a223257 analyzer: Fix allocation size false positive on conjured sv [...] new 39adc5eebd6 testsuite: Add more allocation size tests for conjured sval [...]
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/constraint-manager.cc | 131 ++++++++++++++++++++++ gcc/analyzer/constraint-manager.h | 1 + gcc/analyzer/region-model.cc | 80 +++++-------- gcc/testsuite/gcc.dg/analyzer/allocation-size-2.c | 24 ++-- gcc/testsuite/gcc.dg/analyzer/pr109577.c | 16 +++ gcc/testsuite/gcc.dg/analyzer/realloc-pr110014.c | 25 +++++ 6 files changed, 219 insertions(+), 58 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr109577.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/realloc-pr110014.c