This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ coroutines] Initial implementation pushed to master.
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Iain Sandoe <iain at sandoe dot co dot uk>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Nathan Sidwell <nathan at acm dot org>, Richard Biener <richard dot guenther at gmail dot com>, Jonathan Wakely <jwakely at redhat dot com>, Jeff Law <law at redhat dot com>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Sat, 18 Jan 2020 13:58:26 +0100
- Subject: Re: [C++ coroutines] Initial implementation pushed to master.
- References: <BD3A6338-FFD7-4DF6-9218-F58BB3C52F0D@sandoe.co.uk>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Sat, Jan 18, 2020 at 12:53:48PM +0000, 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 the
-fcoroutines option needs to be mentioned there too.
Jakub