[Bug libstdc++/68450] regex matching different from ECMAScript?

2015-11-24 Thread lcoquelle at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68450 --- Comment #2 from Ludo --- (In reply to Tim Shen from comment #1) > I think I unintentionally fixed this problem in my refactoring branch: > https://github.com/innocentim/gcc/commits/master > > I ran this branch and get the result: > "Field":

[Bug c++/68450] New: regex matching different from ECMAScript?

2015-11-19 Thread lcoquelle at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: lcoquelle at gmail dot com Target Milestone: --- Created attachment 36777 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36777&action=edit Code sample Using a complex regex to remove comment in JSON file (..