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 91a66770873 Daily bump. new 92ffe7c3b6f tree-optimization/100253 - fix bogus aligned vectorized loa [...] new e8311f59c6e middle-end/100672 - fix bogus right shift folding new 8d016315a95 ipa/102714 - IPA SRA eliding volatile
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 | 4 +- gcc/ipa-sra.c | 40 ++++++----- gcc/testsuite/g++.dg/pr100253.C | 33 +++++++++ gcc/testsuite/gcc.dg/ipa/pr102714.c | 117 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr100672.c | 19 ++++++ gcc/tree-vect-stmts.c | 16 ++--- 6 files changed, 197 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr100253.C create mode 100644 gcc/testsuite/gcc.dg/ipa/pr102714.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100672.c