Re: [PATCH] fix memory leak in optimize pragma parsing

2021-02-10 Thread Richard Biener
On Wed, 10 Feb 2021, Jakub Jelinek wrote: > On Wed, Feb 10, 2021 at 11:30:42AM +0100, Richard Biener wrote: > > The optimize pragma/attribute parsing calls decode_cmdline_options_to_array > > but doesn't free the array. The following fixes that. > > > > Bootstrapped and tested on x86_64-unknown-

Re: [PATCH] fix memory leak in optimize pragma parsing

2021-02-10 Thread Jakub Jelinek via Gcc-patches
On Wed, Feb 10, 2021 at 11:30:42AM +0100, Richard Biener wrote: > The optimize pragma/attribute parsing calls decode_cmdline_options_to_array > but doesn't free the array. The following fixes that. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, OK? > > Thanks, > Richard. > > 2021-02-1