[Bug libstdc++/61227] [C++11] Regex [\w] does not work

2014-06-03 Thread fatony at fatony dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61227 --- Comment #6 from FaTony --- Hi. I'm using Debain Testing and today according to changelog: * Update to SVN 20140527 (r210956) from the gcc-4_9-branch. The bug still persists.

[Bug libstdc++/61227] [C++11] Regex does not work

2014-05-19 Thread fatony at fatony dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61227 --- Comment #4 from FaTony --- The first regex is used to find illegal characters in symbol name in my project. The last regex is used to tokenize command line arguments. Those regexes work in Visual Studio 2012/2013 and clang with libc++.

[Bug libstdc++/61227] New: [C++11] Regex does not work

2014-05-19 Thread fatony at fatony dot net
++ Assignee: unassigned at gcc dot gnu.org Reporter: fatony at fatony dot net Created attachment 32819 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32819&action=edit Code sample The attached code produces std::regex_error in g++ 4.9.0. Here's what debugger says: Debug