This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8f84077 ipa-icf.c: Fix typo in dump message new 9cda83a 2015-07-10 Richard Biener rguenther@suse.de new 3c31a6c Insert new bound in try_transform_to_exit_first_loop_alt
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 | 12 +++++++ gcc/testsuite/ChangeLog | 5 +++ .../gfortran.dg/parloops-exit-first-loop-alt-2.f95 | 24 +++++++++++++ .../gfortran.dg/parloops-exit-first-loop-alt.f95 | 25 +++++++++++++ gcc/tree-if-conv.c | 36 ++++++++----------- gcc/tree-parloops.c | 12 ++++++- libgomp/ChangeLog | 5 +++ .../parloops-exit-first-loop-alt-2.f95 | 40 +++++++++++++++++++++ .../parloops-exit-first-loop-alt.f95 | 41 ++++++++++++++++++++++ 9 files changed, 177 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/parloops-exit-first-loop-alt-2.f95 create mode 100644 gcc/testsuite/gfortran.dg/parloops-exit-first-loop-alt.f95 create mode 100644 libgomp/testsuite/libgomp.fortran/parloops-exit-first [...] create mode 100644 libgomp/testsuite/libgomp.fortran/parloops-exit-first [...]