Re: [PATCH v2] c++, coroutines: Fix handling of early exceptions [PR113773].

2025-05-14 Thread Jason Merrill
On 5/14/25 2:10 PM, Iain Sandoe wrote: that indicates we have not yet reached the ramp return. This flag was not part of the fix on trunk, and could use more rationale. The original fix was OK on trunk because exceptions thrown from the return expression would happen before the initi

[PATCH v2] c++, coroutines: Fix handling of early exceptions [PR113773].

2025-05-14 Thread Iain Sandoe
>> that indicates we have not yet reached the ramp return. >This flag was not part of the fix on trunk, and could use more rationale. The original fix was OK on trunk because exceptions thrown from the return expression would happen before the initial suspend. Having fixed BZ199916 (which r