[Bug libstdc++/58576] std::regex_match() reports mismatched braces on a valid regex

2013-09-29 Thread galens at capaccess dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58576 Galen G Brownsmith changed: What|Removed |Added Attachment #30929|0 |1 is obsolete|

[Bug libstdc++/58576] std::regex_match() reports mismatched braces on a valid regex

2013-09-30 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58576 --- Comment #2 from Andreas Schwab --- [:alnum:] only matches the six characters ":almnu". If you want to match any letter or digit you have to write [[:alnum:]].

[Bug libstdc++/58576] std::regex_match() reports mismatched braces on a valid regex

2013-09-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58576 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/58576] std::regex_match() reports mismatched braces on a valid regex

2013-10-01 Thread timshen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58576 --- Comment #4 from Tim Shen --- Author: timshen Date: Tue Oct 1 15:26:50 2013 New Revision: 203067 URL: http://gcc.gnu.org/viewcvs?rev=203067&root=gcc&view=rev Log: 2013-10-01 Tim Shen PR libstdc++/58576 * include/bits/regex_automat