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:
parent
0d9cdbdd7a
commit
10c3c4245b
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue