This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, libstdc++/63775] Fix regex bracket expression parsing
- From: Tim Shen <timshen at google dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 1 Jun 2015 20:51:23 -0700
- Subject: Re: [Patch, libstdc++/63775] Fix regex bracket expression parsing
- Authentication-results: sourceware.org; auth=none
- References: <CAPrifDnmuZRTV-Z5tpa=tr=RfBMkyPL4nXjr7C9EFef_WiJ_aA at mail dot gmail dot com> <20141110183246 dot GC5191 at redhat dot com> <CAG4ZjN=L=BgFQM3JOLMi0Gm3UdbXohvis_Ts5LtHJ-KjW1QzwQ at mail dot gmail dot com> <CAG4ZjNk1rCXABPQJDpWv8eLLiG+7w93PmaFiNhpcpVEcJ7Pebg at mail dot gmail dot com>
On Tue, Nov 25, 2014 at 12:46 AM, Tim Shen <timshen@google.com> wrote:
> On Wed, Nov 12, 2014 at 11:45 PM, Tim Shen <timshen@google.com> wrote:
>> Committed with comment fix and slight change on testcase
>> (VERIFY(false) at end of the try block ------ must throw).
>
> Is it possible to backport this patch to 4.9 branch? It's an important
> fix, but I'm not sure if there's any binary compatibility problem. Is
> it fine because it's only _Compiler class, which is an intermediate
> class, that's modified?
Ping ------ concerning libstdc++/66359.
--
Regards,
Tim Shen