Re: [PATCH PR83320]Fix new/free mismatch issue

2017-12-08 Thread Richard Biener
On December 8, 2017 6:49:21 PM GMT+01:00, Bin Cheng wrote: >Hi, >While I am still trying to reproduce and verify the issue (valgrind >checking runs very slow for me), >It's clear I made stupid mistake using free for newed vector. This >simple patch fixes it. >Bootstrap and test ongoing. Is it OK

[PATCH PR83320]Fix new/free mismatch issue

2017-12-08 Thread Bin Cheng
Hi, While I am still trying to reproduce and verify the issue (valgrind checking runs very slow for me), It's clear I made stupid mistake using free for newed vector. This simple patch fixes it. Bootstrap and test ongoing. Is it OK? Thanks, bin 2017-12-06 Bin Cheng PR tree-optimiza