This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH gcc/ebitmap] fix for ebitmap_clear_bit()


On Thu, Sep 3, 2009 at 8:35 PM, Diego Novillo<dnovillo@google.com> wrote:
> On Fri, Aug 28, 2009 at 09:43, <nbenoit@tuxfamily.org> wrote:
>> This patch fixes the reset of the cache in a ebitmap structure after
>> a clear_bit operation. The map->cacheindex contains wordindex values,
>> and not eltwordindex values which belong to the wordmask space.
>>
>>
>> 2009-08-28 ?Nicolas Benoit ?<nbenoit@tuxfamily.org>
>>
>> ? ? ? ?* ebitmap.c (ebitmap_clear_bit): Fixed map->cacheindex test.
>
> This looks OK in principle, but it needs a test case. ?Could you add one?

Is any pass even using ebitmaps right now?

Ciao!
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]