This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 438f2a24a4f check-MAINTAINERS.py: use sys.argv[1] new 4f34f8cc1d0 analyzer: fix false +ve on bitwise binops (PR analyzer/102692)
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/diagnostic-manager.cc | 17 +++-- gcc/analyzer/region-model-manager.cc | 55 +++++++++++++++- gcc/analyzer/region-model.cc | 33 ++++++++++ gcc/analyzer/region-model.h | 16 ++++- gcc/testsuite/gcc.dg/analyzer/pr102692.c | 110 +++++++++++++++++++++++++++++++ 5 files changed, 219 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr102692.c