proposed documentation change to bitmap.h

Daniel Berlin dberlin@dberlin.org
Tue Oct 26 17:28:00 GMT 2004



On Tue, 26 Oct 2004, Diego Novillo wrote:

> On Tue, 2004-10-26 at 12:33, Kenneth Zadeck wrote:
>
>>   /* Loop over all bits in BMP1 and BMP2, starting with MIN, setting
>>      BITNUM to the bit number for all bits that are set in both bitmaps.
>> !    ITER is a bitmap iterator.
>> !
>> !    DO NOT DELETE BITS FROM THE BITMAP WHILE ITERATING THROUGH IT!!
>> !    The iterator is not defined when the underlying bitmap is
>> !    changed in this way.  */
>>
> But we still silently fail.  I'd rather we ICE.  Can the failure
> condition be detected easily?
Easily yes.
Cheaply, i'm not so sure.

I'm looking into it

>
>
> Diego.
>
>



More information about the Gcc-patches mailing list