re PR testsuite/68242 (FAIL: libgomp.oacc-c-c++-common/reduction-2.c, and other OpenA...
authorCesar Philippidis <cesar@codesourcery.com>
Wed, 13 Apr 2016 18:54:41 +0000 (11:54 -0700)
committerCesar Philippidis <cesar@gcc.gnu.org>
Wed, 13 Apr 2016 18:54:41 +0000 (11:54 -0700)
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

libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-1.c
libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-2.c

index 7628c93d27130d15e4c25017368b8a461435d4af..d4411c0f55702b2a87ca668593d9df83964301e1 100644 (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
index 10eb2788bd9eda2572774afe13e4e7b49dcca9a7..e8a8911faeb11e6a4191e43d5a79bbd2b6d1262f 100644 (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];
 
index 7cb94971559b0d60acf6018881db5f57aee4f293..d19b1c825ca4fe2df4c0b50edaa35d3e5fffdee2 100644 (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];