This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e30e760b51b contrib/check-params-in-docs.py: Ignore target-specific params new c9e94ae448b Limit special asan/ubsan/bitint returns_twice handling to c [...] new 8c6f13d2cc1 tree-cfg: Make the verifier returns_twice message translatable new 67e1433a94f analyzer: Bail out on function pointer for -Wanalyzer-alloc [...]
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/region-model.cc | 4 ++++ gcc/gimple-iterator.cc | 6 ++++-- gcc/gimple-lower-bitint.cc | 2 +- gcc/testsuite/gcc.dg/asan/pr114687.c | 22 ++++++++++++++++++++++ gcc/tree-cfg.cc | 19 ++++++++++++------- 5 files changed, 43 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/asan/pr114687.c