[Bug libstdc++/67212] Infinite recurtion in std::regex_match
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67212 --- Comment #2 from Tim Shen --- This isn't an "infinite" recursion, but just a deep one. I haven't implement heap allocation and manual recursion yet. In the mean time, you may compile your code with -O2 (tail recursion elimination may help), se
[Bug libstdc++/67212] Infinite recurtion in std::regex_match
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67212 Tim Shen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---