Re: [PATCH 5/5] workaround for PR70427

2016-05-29 Thread Andi Kleen
On Mon, May 30, 2016 at 02:34:03AM +0200, Jan Hubicka wrote: > > diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c > > index da17bcd..c7d7792 100644 > > --- a/gcc/ipa-profile.c > > +++ b/gcc/ipa-profile.c > > @@ -201,6 +201,8 @@ ipa_profile_generate_summary (void) > > if (h->hvalue

Re: [PATCH 5/5] workaround for PR70427

2016-05-29 Thread Jan Hubicka
> From: Andi Kleen > > This makes autofdo bootstrap not crash. > > This is probably not the right fix, but for now it works for me. > Not for submission. > --- > gcc/ipa-profile.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c > index da17bcd..

[PATCH 5/5] workaround for PR70427

2016-05-21 Thread Andi Kleen
From: Andi Kleen This makes autofdo bootstrap not crash. This is probably not the right fix, but for now it works for me. Not for submission. --- gcc/ipa-profile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c index da17bcd..c7d7792 100644 --- a/gcc