[Bug libstdc++/85435] undefined behaviour in std::char_traits::move

2020-06-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85435 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |8.3 Resolution|---

[Bug libstdc++/85435] undefined behaviour in std::char_traits::move

2018-04-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85435 --- Comment #2 from Jonathan Wakely --- The library will never call it with a null pointer, but users could do. Not many people use char_traits directly though. Probably even fewer use the primary template, because there are specializations for c

[Bug libstdc++/85435] undefined behaviour in std::char_traits::move

2018-04-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85435 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug libstdc++/85435] undefined behaviour in std::char_traits::move

2018-04-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85435 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|