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]

Re: Add new mechanism: "deleteable htabs"


On Thu, Sep 20, 2001 at 11:21:37AM -0400, Richard Kenner wrote:
> + int
> + ggc_marked_p (p)
[...]
> +   return entry->in_use_p[word] & mask;

This value is a long.  You need to convert this to 
boolean before returning an int.



r~


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