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 980b98896c4 Daily bump. new e396f501f8a fold-const: Fix up -fsanitize=null in C++ [PR105729] new 49aa6374880 Fix ipa-cp wrt volatile loads new f6b3ea60244 varasm: Fix up ICE in narrowing_initializer_constant_valid_ [...]
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/fold-const.c | 10 ++++++++++ gcc/ipa-prop.c | 4 ++++ gcc/testsuite/c-c++-common/pr105998.c | 12 ++++++++++++ gcc/testsuite/g++.dg/ubsan/pr105729.C | 29 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/ipa/pr105739.c | 30 ++++++++++++++++++++++++++++++ gcc/varasm.c | 10 ++++++++-- 6 files changed, 93 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr105998.c create mode 100644 gcc/testsuite/g++.dg/ubsan/pr105729.C create mode 100644 gcc/testsuite/gcc.dg/ipa/pr105739.c