This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7bf582e6cfc Fortran: ICE in resolve_allocate_deallocate for invalid STA [...] new b5081130166 analyzer: remove redundant return value from various impl_call_* new 37eb3ef48c9 analyzer: play better with -fsanitize=bounds
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/region-model-impl-calls.cc | 31 +++++-------- gcc/analyzer/region-model.cc | 55 ++++++++++++++++------- gcc/analyzer/region-model.h | 16 +++---- gcc/testsuite/gcc.dg/analyzer/torture/ubsan-1.c | 60 +++++++++++++++++++++++++ 4 files changed, 119 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/ubsan-1.c