* testsuite/libgomp.oacc-c-c++-common/declare-4.c: Fix clause.
From-SVN: r233082
This commit is contained in:
parent
0de7e22ccb
commit
bd78a45fa0
@ -1,3 +1,7 @@
|
||||
2016-02-02 James Norris <jnorris@codesourcery.com>
|
||||
|
||||
* testsuite/libgomp.oacc-c-c++-common/declare-4.c: Fix clause.
|
||||
|
||||
2016-02-02 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* libgomp.map (GOACC_2.0): Remove GOACC_host_data.
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <openacc.h>
|
||||
|
||||
float b;
|
||||
#pragma acc declare link (b)
|
||||
#pragma acc declare create (b)
|
||||
|
||||
#pragma acc routine
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user