Commit 10c3c424 by Cesar Philippidis Committed by Cesar Philippidis

re PR testsuite/68242 (FAIL: libgomp.oacc-c-c++-common/reduction-2.c, and other…

re PR testsuite/68242 (FAIL: libgomp.oacc-c-c++-common/reduction-2.c, and other OpenACC reduction test case "oddities")

	libgomp/
	PR testsuite/68242
	* testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Adjust test.
	* testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.

From-SVN: r234957
parent 0d9cdbdd
2016-04-13 Cesar Philippidis <cesar@codesourcery.com>
PR testsuite/68242
* testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Adjust test.
* testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
2016-04-12 Thomas Schwinge <thomas@codesourcery.com>
* libgomp_g.h: Rename GOACC_parallel_keyd prototype to
......
......@@ -15,7 +15,7 @@ const int vl = 32;
static void
test_reductions (void)
{
const int n = 100;
const int n = 10;
int i;
int array[n];
......
......@@ -15,7 +15,7 @@ const int vl = 32;
static void
test_reductions (void)
{
const int n = 100;
const int n = 10;
int i;
float array[n];
......
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