This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c06d4366f39 2019-03-05 Richard Biener rguenther@suse.de new eeb22b66e91 [ARM] Fix PR89222 new cf97f636d19 PR tree-optimization/89570 * match.pd (vec_cond into cond [...]
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/ChangeLog | 15 ++++++++++ gcc/config/arm/arm.c | 11 +++++-- gcc/config/arm/arm.md | 52 +++++++++------------------------- gcc/match.pd | 34 ++++++++++------------ gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/gcc.target/arm/pr89222.c | 32 +++++++++++++++++++++ 6 files changed, 89 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr89222.c