Commit 66a5f0b4 by Thomas Schwinge Committed by Thomas Schwinge

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
parent a029addd
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
......
! { 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
......
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>
......
/* { 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>
......
/* { 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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment