[Bug libstdc++/77492] std regex icase doesn't seem to work correctly.

2017-08-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77492 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/77492] std regex icase doesn't seem to work correctly.

2017-08-29 Thread flashmozzg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77492 --- Comment #3 from Danila --- Update: Clang with libc++ also matches regex in all 3 cases.

[Bug libstdc++/77492] std regex icase doesn't seem to work correctly.

2017-08-29 Thread flashmozzg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77492 --- Comment #2 from Danila --- (In reply to Tim Shen from comment #1) > Seems to be the same issue as 71500. Even though I assume that that bug (71500) was fixed (even though the status is still UNCONFIRMED) it haven't fixed the issue. I tried w

[Bug libstdc++/77492] std regex icase doesn't seem to work correctly.

2016-09-06 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77492 Tim Shen changed: What|Removed |Added CC||timshen at gcc dot gnu.org --- Comment #1 fro