This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 71aa6e9c36c LTO: bump bytecode version new 5c4767659c8 store-merging: Avoid ICEs on roughly ~0ULL/8 sized stores [ [...] new 76a8ab576db ubsan: Fix ICE due to -fsanitize=object-size [PR105093]
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/gimple-ssa-store-merging.c | 2 +- gcc/testsuite/g++.dg/ubsan/pr105093.C | 12 ++++++++++++ gcc/testsuite/gcc.dg/pr105094.c | 13 +++++++++++++ gcc/ubsan.c | 7 +++++++ 4 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/pr105093.C create mode 100644 gcc/testsuite/gcc.dg/pr105094.c