This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Regex match bug


> On 19 Apr 2018, at 18:41, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> 
> On 19 April 2018 at 17:21, Hans Åberg wrote:
>> There may be a bug in the regex library of g++ 7.3.0: In the regex "(z)((a+)?(b+)?(c))*" example at [1], applied to the string "zaacbbbcac", g++ produces a pattern #4 match as "bbb", whereas it says there it should be empty (the latter which clang++ does).
> 
> I think "bbb" is correct for some regex syntaxes, but not the
> ECMAScript default.

Indeed, that is how I happened to come across it.

> Could you create a bug report please?
> 
> https://gcc.gnu.org/bugs/

I do not have account there, so it might be faster someone else does this.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]