Commit 011e5ec3 by Tom de Vries Committed by Tom de Vries

Add missing initialization in goacc/host_data-tree.f95

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

	* gfortran.dg/goacc/host_data-tree.f95: Add missing initialization.

From-SVN: r234460
parent 9e3f4551
2016-03-24 Tom de Vries <tom@codesourcery.com> 2016-03-24 Tom de Vries <tom@codesourcery.com>
* gfortran.dg/goacc/host_data-tree.f95: Add missing initialization.
2016-03-24 Tom de Vries <tom@codesourcery.com>
* c-c++-common/goacc/uninit-use-device-clause.c: New test. * c-c++-common/goacc/uninit-use-device-clause.c: New test.
* gfortran.dg/goacc/uninit-use-device-clause.f95: New test. * gfortran.dg/goacc/uninit-use-device-clause.f95: New test.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
program test program test
implicit none implicit none
integer :: i integer :: i = 1
!$acc host_data use_device(i) !$acc host_data use_device(i)
!$acc end host_data !$acc end host_data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment