[Bug libstdc++/66359] Regex Fails to match

2023-07-20 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug libstdc++/66359] Regex Fails to match

2015-06-04 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359 Tim Shen changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/66359] Regex Fails to match

2015-06-04 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359 --- Comment #5 from Tim Shen --- Author: timshen Date: Fri Jun 5 04:58:26 2015 New Revision: 224144 URL: https://gcc.gnu.org/viewcvs?rev=224144&root=gcc&view=rev Log: PR libstdc++/66359 Backport from mainline 2014-11-13

[Bug libstdc++/66359] Regex Fails to match

2015-06-01 Thread ge...@schorsch-tech.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359 --- Comment #3 from ge...@schorsch-tech.de --- I tried to apply that revision to gcc-4.9.2. Now i get the following error. g++ -DUSE_STD -std=c++11 main.cpp In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/regex:58:0,

[Bug libstdc++/66359] Regex Fails to match

2015-06-01 Thread ge...@schorsch-tech.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359 --- Comment #4 from ge...@schorsch-tech.de --- Created attachment 35666 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35666&action=edit tried backport of 217461

[Bug libstdc++/66359] Regex Fails to match

2015-06-01 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359 Tim Shen changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/66359] Regex Fails to match

2015-06-01 Thread ge...@schorsch-tech.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359 --- Comment #1 from ge...@schorsch-tech.de --- The example main.cpp from abouve works on other Compilers like MSVC-2013 (VS12).