This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2b2340e236c Allow libgomp 'cbuf' buffering with OpenACC 'async' for 'ep [...] new 14f5e56a8a7 analyzer: fix leak false +ve seen in haproxy's cfgparse.c [ [...]
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/region-model.cc | 4 +- gcc/analyzer/store.cc | 70 ++++++++++++++++++---- gcc/analyzer/store.h | 11 +++- .../gcc.dg/analyzer/flex-with-call-summaries.c | 3 +- gcc/testsuite/gcc.dg/analyzer/leak-pr109059-1.c | 46 ++++++++++++++ gcc/testsuite/gcc.dg/analyzer/leak-pr109059-2.c | 42 +++++++++++++ 6 files changed, 158 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/leak-pr109059-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/leak-pr109059-2.c