Re: [PATCH] if-to-switch: fix memory leak in case merging

2021-02-10 Thread Richard Biener via Gcc-patches
On Wed, Feb 10, 2021 at 12:44 PM Martin Liška wrote: > > This one fixes 2 more memory leaks. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > I also tested that building postgresql with valgrind does not display > anything related to the affected files. > > Ready to be

[PATCH] if-to-switch: fix memory leak in case merging

2021-02-10 Thread Martin Liška
This one fixes 2 more memory leaks. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. I also tested that building postgresql with valgrind does not display anything related to the affected files. Ready to be installed? Thanks, Martin gcc/ChangeLog: PR tree-optimiza