libstdc++/71037 Add base path to filesystem::canonical exceptions
authorJonathan Wakely <jwakely@redhat.com>
Tue, 10 May 2016 12:22:32 +0000 (13:22 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 10 May 2016 12:22:32 +0000 (13:22 +0100)
commit6f0800d418dd4d27936202543d3b4775527d204b
tree469f417b9f82882bb1ab87b339da51dd67397c26
parentf10b2e1cae04b545c9ea77a7b284ef45402d5b33
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.

From-SVN: r236074
libstdc++-v3/ChangeLog
libstdc++-v3/src/filesystem/ops.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/canonical.cc