summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-06 11:11:34 +0000
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-06 11:11:34 +0000
commit6e9b4ab07e26928819f04e39c20cb3cfceda9740 (patch)
tree13cda56431179d985515d7fa0b2d498170bfb8ff /libgomp/ChangeLog
parent6b2b4f3bfafda81124c6b30c2176c17f5c54971e (diff)
downloadgcc-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/ChangeLog')
-rw-r--r--libgomp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 26377b64060..ab2a25a1133 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -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>