Re: [C++ coroutines 1/6] Common code and base definitions.

2019-11-17 Thread Jeff Law
On 11/17/19 3:24 AM, Iain Sandoe wrote: > This part of the patch series provides the gating flag, the keywords, > cpp defines etc. > > gcc/ChangeLog: > > 2019-11-17 Iain Sandoe > > * doc/invoke.texi: Document the fcoroutines command line > switch. > > gcc/c-family/ChangeLog: > >

[C++ coroutines 1/6] Common code and base definitions.

2019-11-17 Thread Iain Sandoe
This part of the patch series provides the gating flag, the keywords, cpp defines etc. gcc/ChangeLog: 2019-11-17 Iain Sandoe * doc/invoke.texi: Document the fcoroutines command line switch. gcc/c-family/ChangeLog: 2019-11-17 Iain Sandoe * c-common.c (co_await, co