libstdc++/71037 Add base path to filesystem::canonical exceptions
commitf00ba3037cf40b1259eff9093c47a29b0e5ddeb8
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2016 12:22:32 +0000 (10 12:22 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2016 12:22:32 +0000 (10 12:22 +0000)
tree469f417b9f82882bb1ab87b339da51dd67397c26
parent2b31e16943a9f6403710f94a2e6edecfda5a3409
libstdc++/71037 Add base path to filesystem::canonical exceptions

PR libstdc++/71037
* src/filesystem/ops.cc (canonical(const path&, const path&)): Add
base path to exception.
* testsuite/experimental/filesystem/operations/canonical.cc: Test
paths contained in exception.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236074 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/src/filesystem/ops.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/canonical.cc