bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] regex: port to Gawk on nonstandard platforms


From: Paul Eggert
Subject: Re: [PATCH] regex: port to Gawk on nonstandard platforms
Date: Mon, 27 Jan 2020 13:09:24 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 1/26/20 1:42 AM, address@hidden wrote:
And then in places in regcomp.c BITSET_WORD_BITS is tested in
several #if/#elif statements.

Ouch, I hadn't noticed that. It's exercised only on non-GCC platforms that don't support INT_WIDTH etc., which is why I didn't see it in my testing. I installed the first attached patch, which should fix it. Thanks for reporting it.

While I was at it I also installed the second attached patch, since the regex code no longer depends on the limits-h module. This second patch shouldn't affect Awk.

Attachment: 0001-regex-port-to-non-GCC-pre-IEC-60559.patch
Description: Text Data

Attachment: 0002-regex-remove-limits-h-dependency.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]