This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Fix regex multiple consecutive quantifiers bug.
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Tim Shen <timshen91 at gmail dot com>, libstdc++ <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 19 Jan 2014 11:01:28 +0100
- Subject: Re: [Patch] Fix regex multiple consecutive quantifiers bug.
- Authentication-results: sourceware.org; auth=none
- References: <CAPrifD=Y+NcMkivnyWB7K=-_MreOVAvuRVZAj4urDBoGkYKYpw at mail dot gmail dot com>
Hi,
On 01/19/2014 06:52 AM, Tim Shen wrote:
Regex like "a**" will throw an unexpected exception. Now fixed (but
currently no optimizations on it).
Booted and tested with -m64 and -m32 respectively.
Ok. Please remove 2013 as copyright year for the tescase. I also think
you can avoid the auxiliary includes.
Thanks!
Paolo.