aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2018-03-20 12:42:59 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2018-03-20 12:42:59 +0000
commit755cdd1aba0f04af8c52930df1738fe37229011f (patch)
tree47ca7f5c8fc61776d82f69d71963646faf35ae72 /libgomp/ChangeLog
parentf548c428af692e455c429ecaae33678c3ad727d1 (diff)
2018-03-20 Richard Biener <rguenther@suse.de>
* testsuite/libgomp.graphite/force-parallel-4.c: XFAIL one parallelizable loop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258679 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 ccc77006c5a..2952c7b0992 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-20 Richard Biener <rguenther@suse.de>
+
+ * testsuite/libgomp.graphite/force-parallel-4.c: XFAIL one
+ parallelizable loop.
+
2018-02-19 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
PR target/84148