Add missing initializations in oacc testcases
commita82d624654b2a2f28f2e07816c198ca40bb4a422
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Mar 2016 17:32:05 +0000 (23 17:32 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Mar 2016 17:32:05 +0000 (23 17:32 +0000)
treea84938821905bb7781221936a36e29a8e977dad5
parent4c020700f3c2950b507d29a3113f7ef38c3cc09d
Add missing initializations in oacc testcases

2016-03-23  Tom de Vries  <tom@codesourcery.com>

* c-c++-common/goacc/kernels-default.c (foo): Add missing
initialization.
* gfortran.dg/goacc/private-3.f95 (test): Same.
* gfortran.dg/goacc/routine-5.f90 (gang, worker, vector, seq): Add
missing use param.

* testsuite/libgomp.oacc-fortran/reduction-2.f90: Add missing
initialization of lresult and lvresult.
* testsuite/libgomp.oacc-fortran/reduction-3.f90: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234432 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/goacc/kernels-default.c
gcc/testsuite/gfortran.dg/goacc/private-3.f95
gcc/testsuite/gfortran.dg/goacc/routine-5.f90
libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-fortran/reduction-2.f90
libgomp/testsuite/libgomp.oacc-fortran/reduction-3.f90