Re: [PATCH] coroutines: Update TREE_SIDE_EFFECTS on inserted bind exprs.

2020-05-08 Thread Nathan Sidwell
On 5/8/20 5:53 AM, Iain Sandoe wrote: Hi, There are several places where we insert bind expressions while making the coroutine AST transforms. These should be marked as having side-effects where relevant, which had been omitted. This leads to at least one failure in the cppcoros test suite, w

[PATCH] coroutines: Update TREE_SIDE_EFFECTS on inserted bind exprs.

2020-05-08 Thread Iain Sandoe
Hi, There are several places where we insert bind expressions while making the coroutine AST transforms. These should be marked as having side-effects where relevant, which had been omitted. This leads to at least one failure in the cppcoros test suite, where a loop body is dropped in gimplifi