diff mbox

[OpenACC] Make reduction arguments addressable

Message ID 87shwlny2l.fsf@kepler.schwinge.homeip.net
State New
Headers show

Commit Message

Thomas Schwinge June 10, 2016, 10:21 a.m. UTC
Hi!

I'd still have preferred if that patch described (adding source code
comments) why that special handling is required, but oh well...

On Fri, 3 Jun 2016 15:13:40 +0800, Chung-Lin Tang <cltang@codesourcery.com> wrote:
> Tested again with no regressions.

Your gomp-4_0-branch commit of this patch, r237210, forgot to clean up
XFAILs; now committed to gomp-4_0-branch in r237298:

commit f26e600bdf37b2d68bd479c1e7d6a33866da5acd
Author: tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Jun 10 10:12:09 2016 +0000

    Clean up libgomp.oacc-c++/template-reduction.C XFAIL
    
    	libgomp/
    	* testsuite/libgomp.oacc-c++/template-reduction.C: Remove XFAIL.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@237298 138bc75d-0d04-0410-961f-82ee72b054a4
---
 libgomp/ChangeLog.gomp                                  | 4 ++++
 libgomp/testsuite/libgomp.oacc-c++/template-reduction.C | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)



Grüße
 Thomas
diff mbox

Patch

diff --git libgomp/ChangeLog.gomp libgomp/ChangeLog.gomp
index fc1decf..ccee4d1c 100644
--- libgomp/ChangeLog.gomp
+++ libgomp/ChangeLog.gomp
@@ -1,3 +1,7 @@ 
+2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
+
+	* testsuite/libgomp.oacc-c++/template-reduction.C: Remove XFAIL.
+
 2016-06-08  Chung-Lin Tang  <cltang@codesourcery.com>
 
 	Backport from trunk r237070:
diff --git libgomp/testsuite/libgomp.oacc-c++/template-reduction.C libgomp/testsuite/libgomp.oacc-c++/template-reduction.C
index e2a0ca0..6c85fba 100644
--- libgomp/testsuite/libgomp.oacc-c++/template-reduction.C
+++ libgomp/testsuite/libgomp.oacc-c++/template-reduction.C
@@ -1,7 +1,3 @@ 
-// TODO: async_sum is currently failing on nvptx.
-
-// { dg-xfail-run-if "TODO" { openacc_nvidia_accel_selected } }
-
 const int n = 100;
 
 // Check explicit template copy map