]> gcc.gnu.org Git - gcc.git/commitdiff
XFAIL testcases regressed after r229814, "Merge from gomp-4_5-branch to trunk"
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 6 Nov 2015 11:11:34 +0000 (12:11 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 6 Nov 2015 11:11:34 +0000 (12:11 +0100)
gcc/testsuite/
* gfortran.dg/goacc/private-3.f95: XFAIL.
libgomp/
* testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: XFAIL.
* testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Likewise.

From-SVN: r229841

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/goacc/private-3.f95
libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c
libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c

index af9bd72cb9d182201cbe669603563d75c46a63fd..b0e78e9e639670abdcdae0321dcb1aab6fa0eeed 100644 (file)
@@ -1,3 +1,7 @@
+2015-11-06  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gfortran.dg/goacc/private-3.f95: XFAIL.
+
 2015-11-06  Joost VandeVondele  <vondele@gnu.gcc.org>
 
        PR middle-end/53852
index aa12a56f110a96de90f5f2052169fa540c55a962..af7d683f8184ec13c520acb7d5b2254a3da975d7 100644 (file)
@@ -1,4 +1,6 @@
 ! { dg-do compile }
+! <http://news.gmane.org/find-root.php?message_id=%3C563B78B5.5090506%40acm.org%3E>
+! { dg-xfail-if "TODO" { *-*-* } }
 
 ! test for private variables in a reduction clause
 
@@ -7,7 +9,6 @@ program test
   integer, parameter :: n = 100
   integer :: i, k
 
-!  FIXME: This causes an ICE in the gimplifier.
 !  !$acc parallel private (k) reduction (+:k)
 !  do i = 1, n
 !     k = k + 1
index 26377b64060becc61076c4483ddd4cc488a1f826..ab2a25a11332a1fee862863dd3bddbc20eb1aa90 100644 (file)
@@ -1,3 +1,8 @@
+2015-11-06  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: XFAIL.
+       * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Likewise.
+
 2015-11-05  Jakub Jelinek  <jakub@redhat.com>
            Ilya Verbin  <ilya.verbin@intel.com>
 
index e66732da32c1e39dc09903324e7bd01c7499d9c9..fbed589e146b1f1eecddf6ac6efc2cf8c218436b 100644 (file)
@@ -1,5 +1,7 @@
 /* { dg-do run } */
 /* { dg-additional-options "-O2" */
+/* <http://news.gmane.org/find-root.php?message_id=%3C563B78B5.5090506%40acm.org%3E>
+   { dg-xfail-if "TODO" { *-*-* } } */
 
 #include <stdio.h>
 
index 0059077b6851fd1262f7679563fe6ac835c54e49..47f1da02e2efd35af15e0ddea4a75a4956f42243 100644 (file)
@@ -1,5 +1,7 @@
 /* { dg-do run } */
 /* { dg-additional-options "-O2" */
+/* <http://news.gmane.org/find-root.php?message_id=%3C563B78B5.5090506%40acm.org%3E>
+   { dg-xfail-if "TODO" { *-*-* } } */
 
 #include <stdio.h>
 
This page took 0.105806 seconds and 5 git commands to generate.