Commit bd78a45f by James Norris Committed by James Norris

* testsuite/libgomp.oacc-c-c++-common/declare-4.c: Fix clause.

From-SVN: r233082
parent 0de7e22c
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
......
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