Re: [PATCH 2/7] Correct libvtv obstack use

2015-11-08 Thread Jeff Law
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):

[PATCH 2/7] Correct libvtv obstack use

2015-11-07 Thread Alan Modra
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.