------- Comment #8 from tkoenig at gcc dot gnu dot org 2006-12-09 19:03 ------- (In reply to comment #7) > I guess it may work to only change > > void allocate (void **, size_t, int *)
> to > > void *allocate (void *, size_t, int *) > and use it like > descriptor.data = allocate (descriptor.data, size, pstat) Sounds good. Who'll write the patch? :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30115