This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f6d9426b5bb Daily bump. new 364c684c474 gimple-iterator, ubsan: Fix ICE during instrumentation of r [...] new 6586359e8e4 asan: Fix ICE during instrumentation of returns_twice calls [...]
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/asan.cc | 10 +- gcc/gimple-iterator.cc | 135 +++++++++++++++++++++ gcc/gimple-iterator.h | 2 + .../gcc.dg/asan/{pr112709-1.c => pr112709-2.c} | 24 ++-- gcc/testsuite/gcc.dg/{asan => ubsan}/pr112709-1.c | 14 ++- gcc/testsuite/gcc.dg/ubsan/pr112709-2.c | 62 ++++++++++ gcc/ubsan.cc | 46 ++++--- 7 files changed, 250 insertions(+), 43 deletions(-) copy gcc/testsuite/gcc.dg/asan/{pr112709-1.c => pr112709-2.c} (62%) copy gcc/testsuite/gcc.dg/{asan => ubsan}/pr112709-1.c (76%) create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr112709-2.c