On Tue, Feb 24, 2015 at 3:02 AM, Lukasz Dorau
wrote:
> Checking whether C compiler handles -Wenum-compare does not work:
>
> configure:34007: checking whether C compiler handles -Wenum-compare
> configure:34026: gcc -std=gnu99 -o conftest -g -O2 -Wenum-compare
> conftest.c >&5
> cc1: warning: co
On Wed, Dec 10, 2014 at 4:33 AM, Norihiro Tanaka wrote:
> On Tue, 09 Dec 2014 23:02:57 -0800
> Paul Eggert wrote:
>
>> Norihiro Tanaka wrote:
>> > I confirmed that the bug is not fixed in CentOS 5 yet.
>>
>> Thanks for checking. Does the attached patch work around the problem?
>
> Thanks, I conf
reopen 19293
thanks
On Sat, Sep 19, 2015 at 6:24 PM, Jim Meyering wrote:
> On Wed, Dec 10, 2014 at 4:33 AM, Norihiro Tanaka wrote:
>> On Tue, 09 Dec 2014 23:02:57 -0800
>> Paul Eggert wrote:
>>
>>> Norihiro Tanaka wrote:
>>> > I confirmed that the bug is not fixed in CentOS 5 yet.
>>>
>>> Thank
Thanks for reporting that. It's a bug in the glibc regular expression matcher,
and as such will need a glibc fix. I plan to propose a patch there. In the
meantime I fixed the Gnulib replacement for the matcher, here:
http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=5513b40999149090987a
Paul Eggert wrote:
It's a bug in the glibc regular expression matcher,
and as such will need a glibc fix. I plan to propose a patch there.
I created glibc bug report BZ#18986 about this, and put in a pointer to the
Gnulib patch. Hope that's enough to get it fixed in glibc, eventually.
http