Re: [PATCH] c++, coroutines: Improve diagnostics for awaiter/promise.

2025-06-03 Thread Jason Merrill
On 5/29/25 2:31 PM, Iain Sandoe wrote: Tested on x86_64-darwin, powerpc64le-linux, OK for trunk? thanks Iain --- 8< --- At present, we can issue diagnostics about missing or malformed awaiter or promise methods when we encounter their uses in the body of a users function. We might then re-issu

[PATCH] c++, coroutines: Improve diagnostics for awaiter/promise.

2025-05-29 Thread Iain Sandoe
Tested on x86_64-darwin, powerpc64le-linux, OK for trunk? thanks Iain --- 8< --- At present, we can issue diagnostics about missing or malformed awaiter or promise methods when we encounter their uses in the body of a users function. We might then re-issue the same diagnostics when processing th