bug-bison
[Top][All Lists]
Advanced

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

Re: [PATCH] build: avoid warning from coverity about lbitset_elt_find


From: Akim Demaille
Subject: Re: [PATCH] build: avoid warning from coverity about lbitset_elt_find
Date: Fri, 13 Jan 2012 11:50:03 +0100

Le 13 janv. 2012 à 10:19, Jim Meyering a écrit :

> Paul Eggert wrote:
>> On 01/12/12 05:57, Jim Meyering wrote:
>>> is there any objection to my running update-copyright
>> 
>> No, that'd be fine, thanks.
> 
> Done.

Thanks Jim!

I ran it on branch-2.5 too.  But I don't think you
have pushed your coverity fix.  Could you please also
install it in branch-2.5?

Would these bitset operations make sense in gnulib?  I
had taken them from submitted patches for GCC, but IIRC,
they never made it into GCC.

About gnulib: when upgrading gnulib it sometimes happens
(to me at least) that stray symlinks remain, which breaks
"bootstrap" because aclocal dies on dead symlinks.  So
I always remove symlinks that point into gnulib before
running bootstrap.  Wouldn't that make sense into gnulib's
bootstrap?

(For instance:
...
./bootstrap: m4/threadlib.m4 overrides ._bootmp2/m4/threadlib.m4
./bootstrap: m4/wchar_t.m4 overrides ._bootmp2/m4/wchar_t.m4
./bootstrap: m4/wint_t.m4 overrides ._bootmp2/m4/wint_t.m4
./bootstrap: m4/xsize.m4 overrides ._bootmp2/m4/xsize.m4
./bootstrap: aclocal --force -I 'm4'  ...
aclocal: aclocal: file `m4/dos.m4' does not exist
)


reply via email to

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