This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f7d5c905780 [PR86438] compare-elim: cope with set of in_b new 5636c189f3a large-addr-aware for biarch non-w64 mingw32 new 687f61e6ac8 2018-11-09 Richard Biener rguenther@suse.de new 1efe0507bc2 arm - use the new CPU alias option to simplify the list of CPUs.
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/ChangeLog | 36 ++++++++++++++ gcc/config/arm/arm-cpus.in | 93 +++--------------------------------- gcc/config/arm/arm-tables.opt | 39 --------------- gcc/config/arm/arm-tune.md | 52 ++++++++++---------- gcc/config/arm/arm.md | 4 +- gcc/config/arm/arm1020e.md | 36 +++++++------- gcc/config/i386/mingw32.h | 19 +++++++- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/g++.dg/vect/pr87621.cc | 27 +++++++++++ gcc/tree-ssa-loop-ch.c | 46 +++++++++++------- gcc/tree-vect-loop.c | 4 ++ 11 files changed, 169 insertions(+), 192 deletions(-) create mode 100644 gcc/testsuite/g++.dg/vect/pr87621.cc