Re: [stage1][PATCH] Provide warning for missing jobserver.

2020-03-29 Thread Martin Liška
On 3/29/20 12:51 AM, Martin Sebor wrote: On 3/26/20 3:40 AM, Martin Liška wrote: Hi. I'm suggesting to provide a warning when one uses -flto=jobserver but we can't detect job server for some reason. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed i

Re: [stage1][PATCH] Provide warning for missing jobserver.

2020-03-28 Thread Martin Sebor via Gcc-patches
On 3/26/20 3:40 AM, Martin Liška wrote: Hi. I'm suggesting to provide a warning when one uses -flto=jobserver but we can't detect job server for some reason. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed in next stage1? Thanks, Martin gcc/ChangeL

Re: [stage1][PATCH] Provide warning for missing jobserver.

2020-03-26 Thread Martin Liška
On 3/26/20 1:42 PM, Jan Hubicka wrote: Hi. I'm suggesting to provide a warning when one uses -flto=jobserver but we can't detect job server for some reason. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed in next stage1? Thanks, Martin gcc/ChangeLo

Re: [stage1][PATCH] Provide warning for missing jobserver.

2020-03-26 Thread Jan Hubicka
> Hi. > > I'm suggesting to provide a warning when one uses -flto=jobserver > but we can't detect job server for some reason. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed in next stage1? > Thanks, > Martin > > gcc/ChangeLog: > > 2020-03-2

[stage1][PATCH] Provide warning for missing jobserver.

2020-03-26 Thread Martin Liška
Hi. I'm suggesting to provide a warning when one uses -flto=jobserver but we can't detect job server for some reason. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed in next stage1? Thanks, Martin gcc/ChangeLog: 2020-03-26 Martin Liska