This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9700d5d Expand libstdc++ docs on testing new 52090ce DWARF: do not emit DW_TAG_variable to materialize DWARF procedures new 6de0546 2016-08-18 Chung-Lin Tang cltang@codesourcery.com new 360e911 Increase MOVE_RATIO to 17 for Lakemont
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 | 19 +++++++++++ gcc/config/i386/i386.c | 2 +- gcc/dwarf2out.c | 16 ++------- gcc/gimplify.c | 39 ++++++++++++++++++++++ gcc/testsuite/ChangeLog | 14 ++++++++ gcc/testsuite/c-c++-common/goacc/reduction-1.c | 5 +++ gcc/testsuite/c-c++-common/goacc/reduction-2.c | 5 +++ gcc/testsuite/c-c++-common/goacc/reduction-3.c | 5 +++ gcc/testsuite/c-c++-common/goacc/reduction-4.c | 5 +++ gcc/testsuite/gcc.target/i386/pr72839.c | 17 ++++++++++ gcc/testsuite/gfortran.dg/goacc/loop-tree-1.f90 | 3 +- libgomp/ChangeLog | 20 +++++++++++ .../libgomp.oacc-c-c++-common/collapse-2.c | 2 +- .../libgomp.oacc-c-c++-common/collapse-4.c | 2 +- .../libgomp.oacc-c-c++-common/loop-red-g-1.c | 2 +- .../libgomp.oacc-c-c++-common/loop-red-gwv-1.c | 2 +- .../libgomp.oacc-c-c++-common/loop-red-v-1.c | 2 +- .../libgomp.oacc-c-c++-common/loop-red-w-1.c | 2 +- .../libgomp.oacc-c-c++-common/loop-red-wv-1.c | 2 +- .../libgomp.oacc-c-c++-common/reduction-7.c | 23 +++++-------- .../libgomp.oacc-c-c++-common/reduction-cplx-dbl.c | 6 ++-- .../libgomp.oacc-c-c++-common/reduction-cplx-flt.c | 6 ++-- .../libgomp.oacc-c-c++-common/reduction-dbl.c | 6 ++-- .../libgomp.oacc-c-c++-common/reduction-flt.c | 6 ++-- .../testsuite/libgomp.oacc-fortran/reduction-6.f90 | 10 +++--- .../testsuite/libgomp.oacc-fortran/reduction-7.f90 | 6 ++-- 26 files changed, 169 insertions(+), 58 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr72839.c