This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/77492] std regex icase doesn't seem to work correctly.
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 29 Aug 2017 18:48:18 +0000
- Subject: [Bug libstdc++/77492] std regex icase doesn't seem to work correctly.
- Auto-submitted: auto-generated
- References: <bug-77492-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77492
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Danila from comment #2)
> (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.
If the bug is still open it's not fixed.
> I tried with both latest gcc (7.2) and clang (5.0) on Ubuntu 16.04 and in
> both cases the result of this simple code was the same:
Since this is a library feature of course the result will be the same.
Tim says this is dup of Bug 71500 so marking it as such.
*** This bug has been marked as a duplicate of bug 71500 ***