------- Comment #2 from ftwilliam at gmail dot com  2007-06-25 07:39 -------
(In reply to comment #1)
> b+4096 is the same as (typeof(b)) ( ((char*)b) + 4096 * sizeof(*b) ) which is
> not you wanted.
> 
> You should write it as:
>  (chunk*) ( ((char*)b) + 4096+sizeof(chunk) )
> 

Thank you very much !!!
Sincerely,
William Tambe


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32490

Reply via email to