Re: Factor out allocation of sorted_fields (issue5253050)

2011-10-12 Thread Jason Merrill
OK. Jason

Factor out allocation of sorted_fields (issue5253050)

2011-10-12 Thread Diego Novillo
This moves the allocation of sorted_fields_type elements into a new allocator function. It's not completely necessary in trunk, but in the pph branch we need to allocate this type from pph images, so we need to call it from outside of class.c OK for trunk? Tested on x86_64. Diego. * c