aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6441ac1..4b01ed8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
+
+ PR c++/80038
+ * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
+ operations here.
+ * gimplify.c (gimplify_cilk_detach): New function.
+ (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
+ * tree-core.h: Document EXPR_CILK_SPAWN.
+ * tree.h (EXPR_CILK_SPAWN): Define.
+
2017-05-01 David Malcolm <dmalcolm@redhat.com>
* diagnostic-show-locus.c (layout::get_expanded_location): Rewrite