Re: Two regex testcases failing for check-debug

2013-08-16 Thread Paolo Carlini
On 08/16/2013 02:40 AM, Tim Shen wrote: Could you please commit this patch for me? Done. Paolo.

Re: Two regex testcases failing for check-debug

2013-08-15 Thread Tim Shen
On Thu, Aug 15, 2013 at 5:53 PM, Jonathan Wakely jwakely@gmail.com wrote: Why not use __s.data() in all cases, instead of *__s.begin()? That's safe even for an empty vector. Thanks, I didn't notice that vector's data() is mutable(since string's is not). Bootstrap Passed, and testsuites