diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-06-01 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-06-01 00:16:26 +0000 |
commit | e7340ed74abf5f44b069210a9eb1283a2e515b15 (patch) | |
tree | 0712a98b6cb4942c40fc88da8791de18714d31fa /gcc/cp | |
parent | 0feb33215261ba42236105ea67b99455ed5a1b35 (diff) | |
download | gcc-e7340ed74abf5f44b069210a9eb1283a2e515b15.zip gcc-e7340ed74abf5f44b069210a9eb1283a2e515b15.tar.gz gcc-e7340ed74abf5f44b069210a9eb1283a2e515b15.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index eabd89e..5a841fe 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,16 @@ +2020-05-31 Iain Sandoe <iain@sandoe.co.uk> + + PR c++/95087 + * coroutines.cc (morph_fn_to_coro): If we see an + early fatal error, drop the erroneous function body. + +2020-05-31 Iain Sandoe <iain@sandoe.co.uk> + + * coroutines.cc (build_co_await): Remove unused + variable. + (finish_co_await_expr): Likewise. + (finish_co_yield_expr): Likewise; revise comment. + 2020-05-30 Iain Sandoe <iain@sandoe.co.uk> * coroutines.cc (morph_fn_to_coro): Revise initialization |