Re: [patch] lto/lto.cc: Fix build with not HAVE_WORKING_FORK

2024-09-02 Thread Richard Biener
On Fri, Aug 30, 2024 at 8:17 PM Tobias Burnus wrote: > > With HAVE_WORKING_FORK unset, I get an unused by set compile error. > > That's fixed with the attached patch. OK > Tobias > > PS: And if someone wonders what I am doing, see https://gcc.gnu.org/PR116535

[patch] lto/lto.cc: Fix build with not HAVE_WORKING_FORK

2024-08-30 Thread Tobias Burnus
With HAVE_WORKING_FORK unset, I get an unused by set compile error. That's fixed with the attached patch. Tobias PS: And if someone wonders what I am doing, see https://gcc.gnu.org/PR116535 lto/lto.cc: Fix build with not HAVE_WORKING_FORK gcc/lto/ChangeLog: * lto.cc: Add missing HAVE_WORKING