This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f2fca56593 OpenMP, libgomp: Environment variable syntax extension new 7a6564c9b27 analyzer: support for symbolic values in the out-of-bounds [...]
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/analyzer.h | 23 +- gcc/analyzer/region-model-impl-calls.cc | 39 +- gcc/analyzer/region-model.cc | 469 +++++++++++++++++++-- gcc/analyzer/region-model.h | 9 + gcc/analyzer/region.cc | 131 +++++- gcc/analyzer/region.h | 17 +- gcc/analyzer/store.cc | 18 +- gcc/doc/invoke.texi | 8 +- gcc/testsuite/gcc.dg/analyzer/data-model-1.c | 3 +- gcc/testsuite/gcc.dg/analyzer/out-of-bounds-5.c | 156 +++++++ .../gcc.dg/analyzer/out-of-bounds-realloc-grow.c | 87 ++++ gcc/testsuite/gcc.dg/analyzer/symbolic-gt-1.c | 76 ++++ 12 files changed, 941 insertions(+), 95 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-5.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-realloc-grow.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/symbolic-gt-1.c