]> git.ipfire.org Git - thirdparty/gcc.git/commit
coroutines : Add a missed begin/finish else clause to the codegen.
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 3 Mar 2021 16:14:24 +0000 (16:14 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Wed, 1 Sep 2021 13:26:03 +0000 (14:26 +0100)
commit21b4d0ef543d68187d258415b51d0d6676af89fd
tree159dbcc474c2b661ea3021888e9a262620f2c73a
parent8406ed9af2655479a9c8469d7acca2cf5784f5d6
coroutines : Add a missed begin/finish else clause to the codegen.

Minor code-gen correction.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/cp/ChangeLog:

* coroutines.cc (build_actor_fn): Add begin/finish clauses
to the initial test in the actor function.
gcc/cp/coroutines.cc