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
This commit is contained in:
Cesar Philippidis 2016-04-13 11:54:41 -07:00 committed by Cesar Philippidis
parent 0d9cdbdd7a
commit 10c3c4245b
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
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

View file

@ -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];

View file

@ -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];