This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9a1105b770d Fortran: Prevent unwanted finalization with -w option [PR112459] new 5f1bed2a7af analyzer: use bit-level granularity for concrete bounds-che [...]
The 1 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/bounds-checking.cc | 435 ++++++++++++++++----- gcc/analyzer/region.cc | 71 ++++ gcc/analyzer/region.h | 12 +- gcc/analyzer/store.cc | 142 +++---- gcc/analyzer/store.h | 17 +- .../c-c++-common/analyzer/out-of-bounds-pr112792.c | 18 + 6 files changed, 512 insertions(+), 183 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/out-of-bounds-pr112792.c