[PATCH 2/7] Correct libvtv obstack use

Jeff Law law@redhat.com
Sun Nov 8 23:20:00 GMT 2015


On 11/07/2015 01:08 AM, Alan Modra wrote:
> Fixes a compile error with both old and new obstacks due to
> obstack_chunk_free having the wrong signature.  Also, setting chunk
> size and alignment before obstack_init is pointless since they are
> overwritten.
>
> 	* vtv_malloc.cc (obstack_chunk_free): Correct param type.
> 	(__vtv_malloc_init): Use obstack_specify_allocation.
OK
jeff



More information about the Gcc-patches mailing list