This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 265cdd067af Check for undefined and varying first. new ca123e019bb analyzer: better fix for -Wanalyzer-use-of-uninitialized-va [...] new 23e8c0b0d99 analyzer: fix direction of -Wanalyzer-out-of-bounds note [P [...]
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.cc | 8 ++-- .../gcc.dg/analyzer/out-of-bounds-read-char-arr.c | 55 ++++++++++++++++++++++ .../gcc.dg/analyzer/out-of-bounds-read-int-arr.c | 54 +++++++++++++++++++++ .../gcc.dg/analyzer/out-of-bounds-write-char-arr.c | 55 ++++++++++++++++++++++ .../gcc.dg/analyzer/out-of-bounds-write-int-arr.c | 54 +++++++++++++++++++++ 5 files changed, 221 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-read-char-arr.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-read-int-arr.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-write-char-arr.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-write-int-arr.c