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 4a5feea7e04 Daily bump. new 2b1b5b16f3b target/100784 - avoid ICE with folding __builtin_ia32_shufpd new 6525b9fb23e middle-end/100786 - constant folding from incompatible alias new d2f4753d4ff tree-optimization/103361 - fix unroll-and-jam direction vec [...]
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/config/i386/i386.c | 2 +- gcc/gimple-fold.c | 4 +++- gcc/gimple-loop-jam.c | 4 ++-- gcc/testsuite/g++.dg/torture/pr103361.C | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr100786.c | 9 +++++++++ gcc/tree-data-ref.c | 2 +- 6 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr103361.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr100786.c