Commit bfcd036f by Thomas Schwinge Committed by Thomas Schwinge

libgomp: libgomp.oacc-c-c++-common/lib-62.c is for acc_device_nvidia only

	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/lib-62.c: Only consider for
	acc_device_nvidia.

From-SVN: r224640
parent d7efbbf6
2015-06-19 Thomas Schwinge <thomas@codesourcery.com>
* testsuite/libgomp.oacc-c-c++-common/lib-62.c: Only consider for
acc_device_nvidia.
PR libgomp/66518
* testsuite/libgomp.oacc-c-c++-common/lib-3.c: XFAIL.
* testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
......
/* { dg-do run } */
/* { dg-do run { target openacc_nvidia_accel_selected } } */
#include <string.h>
#include <stdlib.h>
......@@ -12,8 +12,6 @@ main (int argc, char **argv)
unsigned char *h;
void *d;
acc_init (acc_device_nvidia);
h = (unsigned char *) malloc (N);
for (i = 0; i < N; i++)
......@@ -41,8 +39,6 @@ main (int argc, char **argv)
free (h);
acc_shutdown (acc_device_nvidia);
return 0;
}
......
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