mirror of git://gcc.gnu.org/git/gcc.git
* 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>
|
2016-02-02 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
* libgomp.map (GOACC_2.0): Remove GOACC_host_data.
|
* libgomp.map (GOACC_2.0): Remove GOACC_host_data.
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#include <openacc.h>
|
#include <openacc.h>
|
||||||
|
|
||||||
float b;
|
float b;
|
||||||
#pragma acc declare link (b)
|
#pragma acc declare create (b)
|
||||||
|
|
||||||
#pragma acc routine
|
#pragma acc routine
|
||||||
int
|
int
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue