This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c8f03f88691 Fix wrong condition in ipa-visibility.c (PR ipa/81520). new f42039224cc domwalk: optimize basic block sorting new b622227ef11 2017-07-25 Richard Biener rguenther@suse.de new 4364527a82e 2017-07-25 Richard Biener rguenther@suse.de
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 | 18 +++++++++++ gcc/domwalk.c | 52 +++++++++++++++++++++----------- gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/gcc.dg/torture/pr81510-2.c | 19 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr81510.c | 29 ++++++++++++++++++ gcc/tree-vect-loop-manip.c | 4 +-- gcc/tree-vect-loop.c | 40 ++++++++++++------------ 7 files changed, 130 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr81510-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr81510.c