Re: [PATCH] collect2: Fix missing cleanups.

2021-10-13 Thread Richard Biener via Gcc-patches
On Wed, Oct 13, 2021 at 4:00 PM Iain Sandoe wrote: > > The code that checks to see if objects have LTO content via > simple-object was not releasing resources, fixed thus. > > tested on x86_64, powerpc64le linux, powerpc-aix, i686,x86_64-darwin, > OK for master and backports? OK. Richard. > tha

[PATCH] collect2: Fix missing cleanups.

2021-10-13 Thread Iain Sandoe via Gcc-patches
The code that checks to see if objects have LTO content via simple-object was not releasing resources, fixed thus. tested on x86_64, powerpc64le linux, powerpc-aix, i686,x86_64-darwin, OK for master and backports? thanks Iain Signed-off-by: Iain Sandoe gcc/ChangeLog: * collect2.c (is_l