On 11/18/2016 10:19 PM, David Malcolm wrote:
- regno_reg_rtx = ggc_vec_alloc<rtx> (crtl->emit.regno_pointer_align_length); + regno_reg_rtx = + ggc_cleared_vec_alloc<rtx> (crtl->emit.regno_pointer_align_length);
When wrapping lines, put the operator first. Otherwise ok. Bernd