XFAIL testcases regressed after r229814, "Merge from gomp-4_5-branch to trunk"
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
This commit is contained in:
parent
a029addda2
commit
66a5f0b45f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user