[Bug libstdc++/90612] std::filesystem::path crash

2019-05-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90612 --- Comment #3 from Jonathan Wakely --- N.B. for GCC9 you don't need to use -lstdc++fs for std::filesystem, only for std::experimental::filesystem.

[Bug libstdc++/90612] std::filesystem::path crash

2019-05-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90612 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/90612] std::filesystem::path crash

2019-05-24 Thread terra at gnome dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90612 --- Comment #1 from M Welinder --- fs_path.cc line 281 reads... std::uninitialized_copy (to + oldsize, new_size - oldsize, from + oldsize); 1st and 3rd arguments are swapped.