[Bug libstdc++/89927] Inconsistent behavior in std::regex when optimized

2021-10-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89927 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |12.0 Status|NEW

[Bug libstdc++/89927] Inconsistent behavior in std::regex when optimized

2021-10-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89927 --- Comment #6 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:6b6788f8c2748060d922cc22173ff7f8500917e9 commit r12-4326-g6b6788f8c2748060d922cc22173ff7f8500917e9 Author: Jonathan Wakely Date:

[Bug libstdc++/89927] Inconsistent behavior in std::regex when optimized

2021-10-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89927 --- Comment #5 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #2) > Right, the program is using std::regex incorrectly, and has undefined > behaviour. > > Compiling with -D_GLIBCXX_ASSERTIONS will cause the program to abort a

[Bug libstdc++/89927] Inconsistent behavior in std::regex when optimized

2019-04-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89927 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|NEW Resolution|INVALID

[Bug libstdc++/89927] Inconsistent behavior in std::regex when optimized

2019-04-03 Thread pleroux0 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89927 Paul le roux changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/89927] Inconsistent behavior in std::regex when optimized

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

[Bug libstdc++/89927] Inconsistent behavior in std::regex when optimized

2019-04-02 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89927 Tim Shen changed: What|Removed |Added CC||timshen at gcc dot gnu.org --- Comment #1 fro