On Thu, Jul 19, 2012 at 1:32 PM, Rainer Emrich
<rai...@emrich-ebersheim.de> wrote:

> ../../../src/gcc-4.8.0/gcc/pointer-set.c: In function 'size_t hash1(const 
> void*,
> long unsigned int, long unsigned int)':
> ../../../src/gcc-4.8.0/gcc/pointer-set.c:67:32: error: cast from 'const void*'
> to 'long unsigned int' loses precision [-fpermissive]
>    return ((A * (unsigned long) p) >> shift) & (max - 1);

Same fix.  s/unsigned long/uintptr_t/ .

Ian

Reply via email to