This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 9a92807 Daily bump. new 26b7633 Backported from mainline 2017-01-17 Kito Cheng <kito.chen [...] new 8a1eae6 Backported from mainline 2017-01-31 Jakub Jelinek <jakub@ [...] new f7e2062 Backported from mainline 2017-02-02 Jakub Jelinek <jakub@ [...] new 8dab36e Backported from mainline 2017-02-04 Jakub Jelinek <jakub@ [...]
The 4 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 | 30 +++++++++++ gcc/config/rs6000/rs6000.md | 11 +--- gcc/internal-fn.c | 20 +++---- gcc/testsuite/ChangeLog | 14 +++++ gcc/testsuite/g++.dg/opt/pr79267.C | 69 ++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr79197.c | 10 ++++ gcc/testsuite/gcc.target/powerpc/pr79197.c | 11 ++++ gcc/tree-parloops.c | 76 ++++++++++++++++----------- gcc/value-prof.c | 8 ++- 9 files changed, 198 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr79267.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr79197.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79197.c