This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 057dc349021 RISC-V: Nan-box the result of movhf on soft-fp16 new db5b01d282a analyzer: handle arrays of unknown size in access diagrams [...] new 5743e1899d5 analyzer: fix deref-before-check false positives due to inl [...]
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/access-diagram.cc | 4 +-- gcc/analyzer/checker-event.cc | 40 ---------------------- gcc/analyzer/inlining-iterator.h | 40 ++++++++++++++++++++++ gcc/analyzer/sm-malloc.cc | 10 ++++++ .../analyzer/deref-before-check-pr112790.c | 27 +++++++++++++++ .../analyzer/out-of-bounds-diagram-pr113222.c | 26 ++++++++++++++ 6 files changed, 105 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/deref-before-check-pr112790.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-pr113222.c