aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4e62a498246..900e58ce58e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2017-04-11 Jakub Jelinek <jakub@redhat.com>
+
+ PR libgomp/80394
+ * omp-low.c (scan_omp_task): Don't optimize away empty tasks
+ if they have any depend clauses.
+
2017-04-11 Martin Liska <mliska@suse.cz>
PR ipa/80212