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 54cbe8523e9 Daily bump. new 3f29e301f29 middle-end/101824 - properly handle volatiles in nested fn [...] new 7f584a30909 tree-optimization/101925 - fix VN with reverse storage order new 57f6800aefd tree-optimization/102046 - fix SLP build from scalars with [...]
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/testsuite/gcc.dg/sso-16.c | 100 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr101824.c | 19 ++++++ gcc/testsuite/gcc.dg/vect/pr102046.c | 19 ++++++ gcc/tree-nested.c | 1 + gcc/tree-ssa-sccvn.c | 33 +++++++++- gcc/tree-vect-slp.c | 4 ++ 6 files changed, 175 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/sso-16.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr101824.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr102046.c