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

timshen at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Nov 25 04:24:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68450

Tim Shen <timshen at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-11-25
     Ever confirmed|0                           |1

--- Comment #1 from Tim Shen <timshen at gcc dot gnu.org> ---
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": "Value"  
"Field": "Value"  

Each line has two trailing spaces, which is the same as my boost output.

I'm not sure when this branch may get reviewed checked in (it involves a lot of
changes), but I personally hope it's before the next big release.

Alternatively I can find the commit that fixes this issue, cherry pick it to
the trunk, and rebase my branch; but I know that rebasing is gonna be super
painful, so I'd rather wait for a while.


More information about the Gcc-bugs mailing list