aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.coroutines
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2019-11-29 20:47:39 +0000
committerIain Sandoe <iain@sandoe.co.uk>2019-11-29 20:47:39 +0000
commit842e4c3d332b27ed4e3ceb1e9a8e2e4319a7e1d6 (patch)
tree93464485a618b815f891ce7e7eaa81d6961c8223 /ChangeLog.coroutines
parentda55727d6140ea0a0fc5eaa9135c4ed3cbad73af (diff)
c++-coroutines - Address review comments, use ptr_type_node.
Instead of building the equivalent. 2019-11-29 Iain Sandoe <iain@sandoe.co.uk> gcc/ * coroutine-passes.cc (lower_coro_builtin): Use ptr_type_node throughout instead of building nodes each time. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/c++-coroutines@278861 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog.coroutines')
-rw-r--r--ChangeLog.coroutines6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.coroutines b/ChangeLog.coroutines
index 9d1d738beff..64a0ab88316 100644
--- a/ChangeLog.coroutines
+++ b/ChangeLog.coroutines
@@ -1,3 +1,9 @@
+2019-11-29 Iain Sandoe <iain@sandoe.co.uk>
+
+ gcc/
+ * coroutine-passes.cc (lower_coro_builtin): Use ptr_type_node
+ throughout instead of building nodes each time.
+
2019-11-27 Iain Sandoe <iain@sandoe.co.uk>
libstdc++-v3/