aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c59224eab39..c20fa94b3a7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2017-03-08 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/79940
+ * gimplify.c (gimplify_omp_for): Replace index var in outer
+ taskloop statement with an artificial variable and add
+ OMP_CLAUSE_PRIVATE clause for it.
+
2017-03-08 Richard Biener <rguenther@suse.de>
PR tree-optimization/79955