On 2/26/20 11:29 AM, Peter Bergner wrote:
>> You want
>>   {\m(stvx|stxv)\M}

As we discussed offline, the regex above double counts everything,
so I went with {\m(?:stvx|stxv|stxvx)\M} which you pointed me to.
Pushed to master.  I'll push to the gcc-9 branch tomorrow after
Bill's regression scripts confirm it's fixed on master.

Thanks!

Peter

Reply via email to