PR testsuite/68242
* testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Adjust test.
* testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234957
138bc75d-0d04-0410-961f-
82ee72b054a4
+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];