Re: [v3 PATCH] PR libstdc++/71313

2016-07-04 Thread Jonathan Wakely
On 04/07/16 15:31 +0300, Ville Voutilainen wrote: On 4 July 2016 at 15:27, Ville Voutilainen wrote: Tested on Linux-x64. 2016-07-04 Ville Voutilainen PR libstdc++/71313 * src/filesystem/ops.cc (remove_all(const path&, error_code&)): Call remove_all for children of a directory.

Re: [v3 PATCH] PR libstdc++/71313

2016-07-04 Thread Ville Voutilainen
On 4 July 2016 at 15:27, Ville Voutilainen wrote: > Tested on Linux-x64. > > 2016-07-04 Ville Voutilainen > > PR libstdc++/71313 > * src/filesystem/ops.cc (remove_all(const path&, error_code&)): > Call remove_all for children of a directory. > * testsuite/experimental/filesystem

[v3 PATCH] PR libstdc++/71313

2016-07-04 Thread Ville Voutilainen
Tested on Linux-x64. 2016-07-04 Ville Voutilainen PR libstdc++/71313 * src/filesystem/ops.cc (remove_all(const path&, error_code&)): Call remove_all for children of a directory. * testsuite/experimental/filesystem/operations/create_directories.cc: Adjust. diff --git a/libst