This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 71d0e689e85 Daily bump. new 76562138659 fold-const: Fix up -fsanitize=null in C++ [PR105729] new 62148f13c64 Fix ipa-cp wrt volatile loads new 20bb976fb6a 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 | 14 ++++++++++++-- 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, 95 insertions(+), 4 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