Re: [C++ coroutines 6/6] Testsuite.

2024-07-29 Thread Iain Sandoe
Hi Thomas, > On 29 Jul 2024, at 10:06, Thomas Schwinge wrote: > On 2019-11-17T10:28:26+, Iain Sandoe wrote: >> There are two categories of test: >> >> 1. Checks for correctly formed source code and the error reporting. >> 2. Checks for transformation and code-gen. >> >> The second set are

Re: [C++ coroutines 6/6] Testsuite.

2024-07-29 Thread Thomas Schwinge
Hi Iain! On 2019-11-17T10:28:26+, Iain Sandoe wrote: > There are two categories of test: > > 1. Checks for correctly formed source code and the error reporting. > 2. Checks for transformation and code-gen. > > The second set are run as 'torture' tests for the standard options > set, including

Re: [C++ coroutines 6/6] Testsuite.

2020-01-07 Thread JunMa
在 2019/11/20 下午9:11, JunMa 写道: 在 2019/11/20 下午7:22, Iain Sandoe 写道: Hello JunMa, JunMa wrote: 在 2019/11/17 下午6:28, Iain Sandoe 写道: I find that the patches donot support 'for co_await'. And it is quiet simple to implement range based 'for co_await' based on your patches, since it's just need

Re: [C++ coroutines 6/6] Testsuite.

2019-11-20 Thread JunMa
在 2019/11/20 下午7:22, Iain Sandoe 写道: Hello JunMa, JunMa wrote: 在 2019/11/17 下午6:28, Iain Sandoe 写道: I find that the patches donot support 'for co_await'. And it is quiet simple to implement range based 'for co_await' based on your patches, since it's just need few more works on range for sour

Re: [C++ coroutines 6/6] Testsuite.

2019-11-20 Thread Iain Sandoe
Hello JunMa, JunMa wrote: > 在 2019/11/17 下午6:28, Iain Sandoe 写道: > I find that the patches donot support 'for co_await'. And it is > quiet simple to implement range based 'for co_await' based on your > patches, since it's just need few more works on range for source to > source transform. Any r