Re: [PATCH 3/3] Add make autoprofiledbootstrap

2016-06-24 Thread Andi Kleen
> This results in annoying errors in stderr each time make is > performed in non-bootstrapped build (3 times even for each case). > > Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for > trunk? Looks good to me, thanks. -Andi

Re: [PATCH 3/3] Add make autoprofiledbootstrap

2016-06-24 Thread Jakub Jelinek
On Wed, Jun 22, 2016 at 05:37:06AM -0700, Andi Kleen wrote: > gcc/cp/: > > 2016-06-22 Andi Kleen > > * Make-lang.in: Add support for autofdo. ... This results in annoying errors in stderr each time make is performed in non-bootstrapped build (3 times even for each case). Fixed thusly,

Re: [PATCH 3/3] Add make autoprofiledbootstrap

2016-06-22 Thread Andi Kleen
On Wed, Jun 22, 2016 at 11:51:17AM -0600, Jeff Law wrote: > On 06/22/2016 06:37 AM, Andi Kleen wrote: > >From: Andi Kleen > > > >Add support for profiledbootstrap with autofdo. Will be useful > >to get better testing coverage of autofdo. > > > >This requires Linux perf and autofdo to be installed,

Re: [PATCH 3/3] Add make autoprofiledbootstrap

2016-06-22 Thread Jeff Law
On 06/22/2016 06:37 AM, Andi Kleen wrote: From: Andi Kleen Add support for profiledbootstrap with autofdo. Will be useful to get better testing coverage of autofdo. This requires Linux perf and autofdo to be installed, only really for x86_64 linux on Intel so far. I really think we ought to ch