Paul Eggert <egg...@cs.ucla.edu> wrote: > On 1/26/20 1:42 AM, arn...@skeeve.com 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.
Much thanks for the fix. I have pulled it into gawk and we'll see what my testers report. Thanks, Arnold