Re: [PATCH] PR libstdc++/78870 support std::filesystem on Windows

2018-06-18 Thread Christophe Lyon
On Mon, 18 Jun 2018 at 18:01, Jonathan Wakely wrote: > > On 16/06/18 20:56 -0600, Sandra Loosemore wrote: > >On 06/16/2018 05:05 PM, Jonathan Wakely wrote: > >>Oops, that message got bounced from the lists and was the wrong > >>version of the patch anyway - this is the one I meant to attach. > >>

Re: [PATCH] PR libstdc++/78870 support std::filesystem on Windows

2018-06-18 Thread Jonathan Wakely
On 16/06/18 20:56 -0600, Sandra Loosemore wrote: On 06/16/2018 05:05 PM, Jonathan Wakely wrote: Oops, that message got bounced from the lists and was the wrong version of the patch anyway - this is the one I meant to attach. On Sun, 17 Jun 2018 at 00:00, Jonathan Wakely wrote: Here's what I

Re: [PATCH] PR libstdc++/78870 support std::filesystem on Windows

2018-06-16 Thread Sandra Loosemore
On 06/16/2018 05:05 PM, Jonathan Wakely wrote: Oops, that message got bounced from the lists and was the wrong version of the patch anyway - this is the one I meant to attach. On Sun, 17 Jun 2018 at 00:00, Jonathan Wakely wrote: Here's what I wanted to test, which removes the new AC_CHECK_FUN

Re: [PATCH] PR libstdc++/78870 support std::filesystem on Windows

2018-06-16 Thread Jonathan Wakely
Oops, that message got bounced from the lists and was the wrong version of the patch anyway - this is the one I meant to attach. On Sun, 17 Jun 2018 at 00:00, Jonathan Wakely wrote: > > Here's what I wanted to test, which removes the new AC_CHECK_FUNCS (replacing > them with GLIBCXX_COMPILE_OR_L

Re: [PATCH] PR libstdc++/78870 support std::filesystem on Windows

2018-06-16 Thread Jonathan Wakely
On Sat, 16 Jun 2018 at 14:06, Jonathan Wakely wrote: > > > On Sat, 16 Jun 2018 at 02:04, Sandra Loosemore > wrote: > >> On 05/31/2018 01:19 PM, Jonathan Wakely wrote: >> > This adds incomplete but functional support for std::filesystem and >> > std::experimental::filesystem on MinGW. In theory t

Re: [PATCH] PR libstdc++/78870 support std::filesystem on Windows

2018-06-16 Thread Jonathan Wakely
On Sat, 16 Jun 2018 at 02:04, Sandra Loosemore wrote: > On 05/31/2018 01:19 PM, Jonathan Wakely wrote: > > This adds incomplete but functional support for std::filesystem and > > std::experimental::filesystem on MinGW. In theory there should be no > > changes to the existing behaviour for POSIX t

Re: [PATCH] PR libstdc++/78870 support std::filesystem on Windows

2018-06-15 Thread Sandra Loosemore
On 05/31/2018 01:19 PM, Jonathan Wakely wrote: This adds incomplete but functional support for std::filesystem and std::experimental::filesystem on MinGW. In theory there should be no changes to the existing behaviour for POSIX targets from this patch, as all the various bugs I found while workin

Re: [PATCH] PR libstdc++/78870 support std::filesystem on Windows

2018-06-05 Thread Jonathan Wakely
On 31/05/18 20:19 +0100, Jonathan Wakely wrote: This adds incomplete but functional support for std::filesystem and std::experimental::filesystem on MinGW. In theory there should be no changes to the existing behaviour for POSIX targets from this patch, as all the various bugs I found while worki

[PATCH] PR libstdc++/78870 support std::filesystem on Windows

2018-05-31 Thread Jonathan Wakely
This adds incomplete but functional support for std::filesystem and std::experimental::filesystem on MinGW. In theory there should be no changes to the existing behaviour for POSIX targets from this patch, as all the various bugs I found while working on this have already been fixed in separate pa