[Bug libstdc++/67173] experimental/filesystem/operations/current_path.cc FAILs

2015-10-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Wed Oct 7 21:00:50 2015 New Revision: 228584 URL: https://gcc.gnu.org/viewcvs?rev=228584=gcc=rev Log: Backport Filesystem TS fixes from mainline. PR libstdc++/67173 PR

[Bug libstdc++/67173] experimental/filesystem/operations/current_path.cc FAILs

2015-10-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/67173] experimental/filesystem/operations/current_path.cc FAILs

2015-09-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 --- Comment #5 from Jonathan Wakely --- Author: redi Date: Wed Sep 16 22:50:28 2015 New Revision: 227836 URL: https://gcc.gnu.org/viewcvs?rev=227836=gcc=rev Log: Implement filesystem::canonical() without realpath PR libstdc++/67173

[Bug libstdc++/67173] experimental/filesystem/operations/current_path.cc FAILs

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 --- Comment #2 from Jonathan Wakely --- Oops, I'm leaking the memory allocated by realpath() so that needs fixing anyway.

[Bug libstdc++/67173] experimental/filesystem/operations/current_path.cc FAILs

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 --- Comment #1 from Jonathan Wakely --- Solaris 10 doesn't support realpath(path, NULL) as used in filesystem::canonical() so we need to allocate a buffer for it.

[Bug libstdc++/67173] experimental/filesystem/operations/current_path.cc FAILs

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 Jonathan Wakely changed: What|Removed |Added Target Milestone|6.0 |5.3 --- Comment #4 from Jonathan

[Bug libstdc++/67173] experimental/filesystem/operations/current_path.cc FAILs

2015-09-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Fri Sep 11 14:20:32 2015 New Revision: 227689 URL: https://gcc.gnu.org/viewcvs?rev=227689=gcc=rev Log: Fix filesystem::canonical on Solaris 10. PR libstdc++/67173 *

[Bug libstdc++/67173] experimental/filesystem/operations/current_path.cc FAILs

2015-08-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67173 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED