[PATCH] Test begin and end functions for directory iterators

2016-05-10 Thread redi
/filesystem/iterators/ recursive_directory_iterator.cc: Likewise. Tested x86_64-linux and x86_64-freebsd10, committed to trunk. Backports to follow. commit 2f45dbbd2c3f01a1dcdee4c265dc394561f42606 Author: redi Date: Tue May 10 15:39:20 2016 + Test begin and end functions for

[PATCH] libstdc++/71036 Handle EEXIST in filesystem::create_directory

2016-05-10 Thread redi
mkdir. * testsuite/experimental/filesystem/operations/create_directory.cc: New test. Tested x86_64-linux, committed to trunk. Backports to follow. commit 50e15efafef5fd7893ff186546e755a6530c348a Author: redi Date: Tue May 10 13:04:21 2016 + libstdc++/71036 Handle EEXIST in files