Re: [PATCH] Initial commit of Networking TS implementation

2018-10-18 Thread Jonathan Wakely
On 18/10/18 12:06 +0100, Renlin Li wrote: Hi Jonathan, I saw those tests failed to compile on baremetal targets with the following error: ``` libstdc++-v3/include/experimental/io_context:45: fatal error: poll.h: No such file or directory ``` That error should be fixed at r265203 but the test

Re: [PATCH] Initial commit of Networking TS implementation

2018-10-18 Thread Renlin Li
Hi Jonathan, I saw those tests failed to compile on baremetal targets with the following error: ``` libstdc++-v3/include/experimental/io_context:45: fatal error: poll.h: No such file or directory ``` Should we add a check to prevent it from running on unsupported platforms? Thanks! Renlin On

Re: [PATCH] Initial commit of Networking TS implementation

2018-10-16 Thread Jonathan Wakely
On 16/10/18 17:12 +0100, Jonathan Wakely wrote: On 16/10/18 16:36 +0100, Jonathan Wakely wrote: On 16/10/18 16:24 +0100, Jonathan Wakely wrote: On 12/10/18 11:50 +0100, Jonathan Wakely wrote: This implementation is very incomplete (see the various TODO comments in the code) but rather than kee

Re: [PATCH] Initial commit of Networking TS implementation

2018-10-16 Thread Jonathan Wakely
On 16/10/18 17:12 +0100, Jonathan Wakely wrote: On 16/10/18 16:36 +0100, Jonathan Wakely wrote: On 16/10/18 16:24 +0100, Jonathan Wakely wrote: On 12/10/18 11:50 +0100, Jonathan Wakely wrote: This implementation is very incomplete (see the various TODO comments in the code) but rather than kee

Re: [PATCH] Initial commit of Networking TS implementation

2018-10-16 Thread Jonathan Wakely
On 16/10/18 16:36 +0100, Jonathan Wakely wrote: On 16/10/18 16:24 +0100, Jonathan Wakely wrote: On 12/10/18 11:50 +0100, Jonathan Wakely wrote: This implementation is very incomplete (see the various TODO comments in the code) but rather than keeping it out of tree any longer I'm committing it

Re: [PATCH] Initial commit of Networking TS implementation

2018-10-16 Thread Jonathan Wakely
On 16/10/18 16:24 +0100, Jonathan Wakely wrote: On 12/10/18 11:50 +0100, Jonathan Wakely wrote: This implementation is very incomplete (see the various TODO comments in the code) but rather than keeping it out of tree any longer I'm committing it to trunk. This will allow others to experiment wi

Re: [PATCH] Initial commit of Networking TS implementation

2018-10-16 Thread Jonathan Wakely
On 12/10/18 11:50 +0100, Jonathan Wakely wrote: This implementation is very incomplete (see the various TODO comments in the code) but rather than keeping it out of tree any longer I'm committing it to trunk. This will allow others to experiment with it and (I hope) work on finishing it. Either w

[PATCH] Initial commit of Networking TS implementation

2018-10-12 Thread Jonathan Wakely
This implementation is very incomplete (see the various TODO comments in the code) but rather than keeping it out of tree any longer I'm committing it to trunk. This will allow others to experiment with it and (I hope) work on finishing it. Either way we'll ship somehing for gcc 9. It works OK for