diff options
author | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-06 11:11:34 +0000 |
---|---|---|
committer | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-06 11:11:34 +0000 |
commit | 6e9b4ab07e26928819f04e39c20cb3cfceda9740 (patch) | |
tree | 13cda56431179d985515d7fa0b2d498170bfb8ff /libgomp/testsuite | |
parent | 6b2b4f3bfafda81124c6b30c2176c17f5c54971e (diff) | |
download | gcc-6e9b4ab07e26928819f04e39c20cb3cfceda9740.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229841 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/testsuite')
-rw-r--r-- | libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c | 2 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c b/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c index e66732da32c..fbed589e146 100644 --- a/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c +++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c @@ -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> diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c b/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c index 0059077b685..47f1da02e2e 100644 --- a/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c +++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c @@ -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> |