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 ea4f664a40f Daily bump. new d1f4dfd409d tree-optimization/104931 - mitigate niter analysis issue new 893cb28a22f tree-optimization/101636 - CTOR vectorization ICE
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/match.pd | 5 +++++ gcc/testsuite/c-c++-common/torture/pr101636.c | 30 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr104782.c | 18 ++++++++++++++++ gcc/tree-vect-slp.c | 8 ++++++- 4 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/c-c++-common/torture/pr101636.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr104782.c