Re: [PATCH] Fix PR bootstrap/78493

2016-11-24 Thread Martin Liška
On 11/24/2016 10:09 AM, Jakub Jelinek wrote: > On Thu, Nov 24, 2016 at 09:51:49AM +0100, Richard Biener wrote: >> On Thu, Nov 24, 2016 at 9:36 AM, Jakub Jelinek wrote: >>> On Thu, Nov 24, 2016 at 09:26:25AM +0100, Richard Biener wrote: > Alternately, given all the problems we have with this ki

Re: [PATCH] Fix PR bootstrap/78493

2016-11-24 Thread Jakub Jelinek
On Thu, Nov 24, 2016 at 09:51:49AM +0100, Richard Biener wrote: > On Thu, Nov 24, 2016 at 9:36 AM, Jakub Jelinek wrote: > > On Thu, Nov 24, 2016 at 09:26:25AM +0100, Richard Biener wrote: > >> > Alternately, given all the problems we have with this kind of problem, we > >> > should seriously consi

Re: [PATCH] Fix PR bootstrap/78493

2016-11-24 Thread Richard Biener
On Thu, Nov 24, 2016 at 9:36 AM, Jakub Jelinek wrote: > On Thu, Nov 24, 2016 at 09:26:25AM +0100, Richard Biener wrote: >> > Alternately, given all the problems we have with this kind of problem, we >> > should seriously consider throttling back what we consider an error during >> > a >> > profil

Re: [PATCH] Fix PR bootstrap/78493

2016-11-24 Thread Jakub Jelinek
On Thu, Nov 24, 2016 at 09:26:25AM +0100, Richard Biener wrote: > > Alternately, given all the problems we have with this kind of problem, we > > should seriously consider throttling back what we consider an error during a > > profiled bootstrap. This kind of stuff is a maintenance nightmare with

Re: [PATCH] Fix PR bootstrap/78493

2016-11-24 Thread Richard Biener
survives regression tests. >> And >> profiled bootstrap on x86_64-linux-gnu finishes successfully. >> >> Ready to be installed? >> Martin >> >> >> 0001-Fix-PR-bootstrap-78493.patch >> >> >> From 8b7cd9a83cd14f7a15f39e105ccd78e143ec84f

Re: [PATCH] Fix PR bootstrap/78493

2016-11-23 Thread Jeff Law
? Martin 0001-Fix-PR-bootstrap-78493.patch From 8b7cd9a83cd14f7a15f39e105ccd78e143ec84f2 Mon Sep 17 00:00:00 2001 From: marxin Date: Wed, 23 Nov 2016 14:08:52 +0100 Subject: [PATCH] Fix PR bootstrap/78493 gcc/ChangeLog: 2016-11-23 Martin Liska PR bootstrap/78493 * vec.h

[PATCH] Fix PR bootstrap/78493

2016-11-23 Thread Martin Liška
rom 8b7cd9a83cd14f7a15f39e105ccd78e143ec84f2 Mon Sep 17 00:00:00 2001 From: marxin Date: Wed, 23 Nov 2016 14:08:52 +0100 Subject: [PATCH] Fix PR bootstrap/78493 gcc/ChangeLog: 2016-11-23 Martin Liska PR bootstrap/78493 * vec.h (~auto_vec): Do va_heap::release just if this->m_vec == &m_auto. That would help compi