This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e20e5d9dc11 Fortran: fix ICE with bind(c) in block data [PR104332] new 4d0baeae315 ubsan: missed -fsanitize=bounds for compound ops [PR108060]
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/c-family/c-gimplify.cc | 12 ++++++++++++ gcc/testsuite/c-c++-common/ubsan/bounds-17.c | 17 +++++++++++++++++ gcc/testsuite/c-c++-common/ubsan/bounds-18.c | 17 +++++++++++++++++ gcc/testsuite/c-c++-common/ubsan/bounds-19.c | 20 ++++++++++++++++++++ gcc/testsuite/c-c++-common/ubsan/bounds-20.c | 16 ++++++++++++++++ gcc/testsuite/c-c++-common/ubsan/bounds-21.c | 18 ++++++++++++++++++ 6 files changed, 100 insertions(+) create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-17.c create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-18.c create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-19.c create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-20.c create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-21.c