aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorrguenth <>2012-02-08 15:28:01 +0000
committerrguenth <>2012-02-08 15:28:01 +0000
commitd7281cbc5040e3460dfa6ef8542b94ddca022411 (patch)
tree1efa0d6fbc6e7f4dd31d427ac6c423dc2e46bc4e /libgomp/ChangeLog
parent481c57ae094805eb326d023da3bb46b14521cb86 (diff)
2012-03-08 Richard Guenther <rguenther@suse.de>
PR tree-optimization/46886 * tree-flow.h (do_while_loop_p): Declare. * tree-ssa-loop-ch.c (do_while_loop_p): Export. * tree-parloops.c (parallelize_loops): Only parallelize do-while loops. * testsuite/libgomp.c/pr46886.c: New testcase.
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 8d9015d680d..daebf23e69e 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-08 Richard Guenther <rguenther@suse.de>
+
+ PR tree-optimization/46886
+ * testsuite/libgomp.c/pr46886.c: New testcase.
+
2012-01-25 Matthias Klose <doko@ubuntu.com>
* config/linux/arm: Remove empty directory.