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 6872f055d7d rs6000: Fix vector parity support [PR108699] new bb400f9916b tree-optimization/109491 - ICE in expressions_equal_p new 9dcc5d68cd9 middle-end/104450 - ISEL and non-call EH new cfd4a86221b middle-end/104464 - ISEL and non-call EH #2 new caf0a30b17a tree-optimization/105484 - VEC_SET and EH
The 4 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/gimple-isel.cc | 57 +++++++++++++++++++-------------- gcc/testsuite/g++.dg/torture/pr104450.C | 16 +++++++++ gcc/testsuite/gcc.dg/pr104464.c | 11 +++++++ gcc/testsuite/gcc.dg/torture/pr105484.c | 15 +++++++++ gcc/tree-ssa-sccvn.c | 7 ++++ 5 files changed, 82 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr104450.C create mode 100644 gcc/testsuite/gcc.dg/pr104464.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr105484.c