On Wed, Mar 6, 2024 at 1:03 AM Iain Sandoe wrote:
>
>
>
> > On 5 Mar 2024, at 17:31, H.J. Lu wrote:
> >
> > On Sat, Jan 18, 2020 at 4:54 AM Iain Sandoe wrote:
> >>
>
> >> 2020-01-18 Iain Sandoe
> >>
> >>* Makefile.in: Add coroutine-passes.o.
> >>* builtin-types.def (BT_CONST_S
> On 5 Mar 2024, at 17:31, H.J. Lu wrote:
>
> On Sat, Jan 18, 2020 at 4:54 AM Iain Sandoe wrote:
>>
>> 2020-01-18 Iain Sandoe
>>
>>* Makefile.in: Add coroutine-passes.o.
>>* builtin-types.def (BT_CONST_SIZE): New.
>>(BT_FN_BOOL_PTR): New.
>>(BT_FN_PTR_PTR
On Sat, Jan 18, 2020 at 4:54 AM Iain Sandoe wrote:
>
> Hi,
>
> Thanks to:
>
>* the reviewers, the code was definitely improved by your reviews.
>
>* those folks who tested the branch and/or compiler explorer
> instance and reported problems with reproducers.
>
> * WG21 colleagues, e
Richard Biener wrote:
On Sat, Jan 18, 2020 at 2:02 PM Iain Sandoe wrote:
Hi Jakub,
Jakub Jelinek wrote:
On Sat, Jan 18, 2020 at 12:53:48PM +, Iain Sandoe wrote:
Thanks.
Shouldn't this be mentioned in
https://gcc.gnu.org/projects/cxx-status.html
?
* This is not enabled by default
On Sat, Jan 18, 2020 at 2:02 PM Iain Sandoe wrote:
>
> Hi Jakub,
>
> Jakub Jelinek wrote:
>
> > On Sat, Jan 18, 2020 at 12:53:48PM +, Iain Sandoe wrote:
> > Thanks.
> >
> > Shouldn't this be mentioned in https://gcc.gnu.org/projects/cxx-status.html
> > ?
> >
> >> * This is not enabled by defa
Hi Jakub,
Jakub Jelinek wrote:
On Sat, Jan 18, 2020 at 12:53:48PM +, Iain Sandoe wrote:
Thanks.
Shouldn't this be mentioned in https://gcc.gnu.org/projects/cxx-status.html
?
* This is not enabled by default (even for -std=c++2a), it needs
-fcoroutines.
And, if this is the planned cas
On Sat, Jan 18, 2020 at 12:53:48PM +, Iain Sandoe wrote:
Thanks.
Shouldn't this be mentioned in https://gcc.gnu.org/projects/cxx-status.html
?
> * This is not enabled by default (even for -std=c++2a), it needs -fcoroutines.
And, if this is the planned case even for GCC 10 release, I think th
Hi,
Thanks to:
* the reviewers, the code was definitely improved by your reviews.
* those folks who tested the branch and/or compiler explorer
instance and reported problems with reproducers.
* WG21 colleagues, especially Lewis and Gor for valuable input
and discussions on the