This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1cbf18978aa Fortran: improve bounds-checking for array sections [PR30802] new 6319b5b2d46 analyzer: handle volatile ops new 759a1a52ea6 analyzer: introduce pending_location new b09193fb068 analyzer: support diagnostics that don't have a stmt
The 3 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.cc | 2 + gcc/analyzer/analyzer.h | 1 + gcc/analyzer/diagnostic-manager.cc | 79 ++++++++++++------------ gcc/analyzer/diagnostic-manager.h | 53 +++++++++++++--- gcc/analyzer/engine.cc | 28 ++++++--- gcc/analyzer/infinite-recursion.cc | 6 +- gcc/analyzer/region-model.cc | 11 ++++ gcc/testsuite/c-c++-common/analyzer/volatile-1.c | 18 ++++++ 8 files changed, 141 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/volatile-1.c