This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b9b764bce89 MAINTAINERS: Add myself as PowerPC port co-maintainer new 938a02a589d tree-optimization/104595 - vectorization of COND_EXPR with [...] new e1a41143a2e tree-optimization/105484 - VEC_SET and EH
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/gimple-isel.cc | 19 ++++++++++++------- gcc/testsuite/gcc.dg/torture/pr105484.c | 15 +++++++++++++++ gcc/testsuite/gcc.dg/vect/pr104595.c | 24 ++++++++++++++++++++++++ gcc/tree-vect-patterns.cc | 16 ++++++++-------- 4 files changed, 59 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr105484.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr104595.c