This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ac13b2b PR sanitizer/64906 * c-ubsan.c (ubsan_instrument_division): [...] new bd4b90d * c-ubsan.c (ubsan_instrument_division): Remove unnecessary [...] new 3f6183e Rename IA MCU processor lakemount to lakemont
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/ChangeLog | 24 ++++++++++++++++++++++ gcc/c-family/ChangeLog | 5 +++++ gcc/c-family/c-ubsan.c | 30 ++-------------------------- gcc/config.gcc | 6 +++--- gcc/config/i386/i386-c.c | 6 +++--- gcc/config/i386/i386.c | 16 +++++++-------- gcc/config/i386/i386.h | 2 +- gcc/config/i386/x86-tune.def | 26 ++++++++++++------------ gcc/doc/invoke.texi | 4 ++-- gcc/testsuite/ChangeLog | 12 +++++++++++ gcc/testsuite/c-c++-common/ubsan/bounds-11.c | 23 +++++++++++++++++++++ gcc/testsuite/c-c++-common/ubsan/bounds-12.c | 23 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr66749.c | 2 +- gcc/testsuite/gcc.target/i386/pr66821.c | 2 +- gcc/testsuite/gcc.target/i386/pr67329.c | 2 +- 15 files changed, 122 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-11.c create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-12.c