[Bug libstdc++/103664] std::regex_replace bug if the string contains \0

2023-06-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103664 Jonathan Wakely changed: What|Removed |Added Target Milestone|11.4|10.5 --- Comment #9 from Jonathan

[Bug libstdc++/103664] std::regex_replace bug if the string contains \0

2023-06-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103664 --- Comment #8 from CVS Commits --- The releases/gcc-10 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:364cb498c472790e14561f7672dc5ab4a987 commit r10-11462-g364cb498c472790e14561f7672dc5ab4a987 Author: Jonathan

[Bug libstdc++/103664] std::regex_replace bug if the string contains \0

2023-06-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103664 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |11.4 Resolution|---

[Bug libstdc++/103664] std::regex_replace bug if the string contains \0

2022-07-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103664 --- Comment #6 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:8bee3c458ec14ca3e3a429a08694740a894e0c96 commit r11-10125-g8bee3c458ec14ca3e3a429a08694740a894e0c96 Author: Jonathan

[Bug libstdc++/103664] std::regex_replace bug if the string contains \0

2021-12-13 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103664 Jonathan Wakely changed: What|Removed |Added Blocks||102445 --- Comment #5 from Jonathan

[Bug libstdc++/103664] std::regex_replace bug if the string contains \0

2021-12-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103664 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:ef5d671cd80a4afa4f74c3dfe2904c63f51fcfde commit r12-5924-gef5d671cd80a4afa4f74c3dfe2904c63f51fcfde Author: Jonathan Wakely

[Bug libstdc++/103664] std::regex_replace bug if the string contains \0

2021-12-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103664 Jonathan Wakely changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org

[Bug libstdc++/103664] std::regex_replace bug if the string contains \0

2021-12-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103664 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug libstdc++/103664] std::regex_replace bug if the string contains \0

2021-12-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103664 --- Comment #1 from Andrew Pinski --- Note LLVM's libc++ also has the same bug.