This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d74ea55173 Fortran/OpenMP: Fix depend-clause handling for c_ptr new 1e2fe6715a9 analyzer: fix uninit false +ve due to optimized conditional [...] new 84832cab6e4 analyzer: fix ICE on cast to NULL type [PR104524]
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/exploded-graph.h | 2 + gcc/analyzer/region-model-manager.cc | 5 +- gcc/analyzer/region-model.cc | 111 +++++++++++++++++++++ gcc/analyzer/region-model.h | 5 + gcc/testsuite/gcc.dg/analyzer/pr102692-2.c | 22 ++++ gcc/testsuite/gcc.dg/analyzer/pr104524.c | 9 ++ .../gcc.dg/analyzer/{ => torture}/pr102692.c | 4 +- 7 files changed, 154 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr102692-2.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104524.c rename gcc/testsuite/gcc.dg/analyzer/{ => torture}/pr102692.c (94%)