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
+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
static void
test_reductions (void)
{
- const int n = 100;
+ const int n = 10;
int i;
int array[n];
static void
test_reductions (void)
{
- const int n = 100;
+ const int n = 10;
int i;
float array[n];