On Mon, Oct 6, 2014 at 11:36 AM, Martin Liška wrote:
> Hello.
>
> In lto.c, if #ifdef HAVE_WORKING_FORK isn't defined, 'last' argument is
> unused and in that case GCC cannot bootstrap due to a warning.
>
> Ready for trunk?
> Built on x86_64-linux-gnu.
Ok.
Thanks,
Richard.
> Thanks,
> Martin
Hello.
In lto.c, if #ifdef HAVE_WORKING_FORK isn't defined, 'last' argument is unused
and in that case GCC cannot bootstrap due to a warning.
Ready for trunk?
Built on x86_64-linux-gnu.
Thanks,
Martin
gcc/lto/ChangeLog:
2014-10-06 Martin Liska
* lto.c (stream_out): ARG_UNUSED adde