Re: bootstrap regression on sparc

2011-11-14 Thread Rainer Orth
David Miller writes: > While building libstdc++ I get an assertion failure in haifa-sched.c, > specifically the assertion on line 3437 is failing: > > gcc_assert (!jump_p > || ((common_sched_info->sched_pass_id == SCHED_RGN_PASS) > && IS_SPECULA

Re: bootstrap regression on sparc

2011-11-12 Thread David Miller
From: Hans-Peter Nilsson Date: Sat, 12 Nov 2011 07:25:46 -0500 (EST) > On Fri, 11 Nov 2011, David Miller wrote: >> >> While building libstdc++ I get an assertion failure in haifa-sched.c, >> specifically the assertion on line 3437 is failing: > >> I haven't looked more deeply at it, but the firs

Re: bootstrap regression on sparc

2011-11-12 Thread Joel Sherrill
On 11/12/2011 04:25 PM, David Miller wrote: From: Joel Sherrill Date: Sat, 12 Nov 2011 08:34:29 -0600 From my perspective, the head doesn't look so good. :( I'm extremely disappointed with how the last 2 weeks have gone as well. I can't work on any of the bugs I want to work on because the t

Re: bootstrap regression on sparc

2011-11-12 Thread David Miller
From: Joel Sherrill Date: Sat, 12 Nov 2011 08:34:29 -0600 > From my perspective, the head doesn't look so good. :( I'm extremely disappointed with how the last 2 weeks have gone as well. I can't work on any of the bugs I want to work on because the tree keeps being broken. I guess the end of s

Re: bootstrap regression on sparc

2011-11-12 Thread David Miller
From: Dennis Clarke Date: Sat, 12 Nov 2011 12:51:18 -0500 (EST) >> While building libstdc++ I get an assertion failure in haifa-sched.c, >> specifically the assertion on line 3437 is failing: > > I am seeing no major problems on Sparc at all. What rev of GCC are you > referring to please? As

Re: bootstrap regression on sparc

2011-11-12 Thread Dennis Clarke
> > While building libstdc++ I get an assertion failure in haifa-sched.c, > specifically the assertion on line 3437 is failing: I am seeing no major problems on Sparc at all. What rev of GCC are you referring to please? Dennis -- -- http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x1D

Re: bootstrap regression on sparc

2011-11-12 Thread Joel Sherrill
On 11/11/2011 10:53 PM, David Miller wrote: From: David Miller Date: Fri, 11 Nov 2011 20:41:23 -0500 (EST) I haven't looked more deeply at it, but the first recent suspicious change are the basic block handling changes Alan made two days ago: 2011-11-09 Alan Modra * function.c (bb_ac

Re: bootstrap regression on sparc

2011-11-12 Thread Hans-Peter Nilsson
On Fri, 11 Nov 2011, David Miller wrote: > > While building libstdc++ I get an assertion failure in haifa-sched.c, > specifically the assertion on line 3437 is failing: > I haven't looked more deeply at it, but the first recent suspicious change > are the basic block handling changes Alan made two

Re: bootstrap regression on sparc

2011-11-11 Thread David Miller
From: David Miller Date: Fri, 11 Nov 2011 20:41:23 -0500 (EST) > I haven't looked more deeply at it, but the first recent suspicious change > are the basic block handling changes Alan made two days ago: > > 2011-11-09 Alan Modra > > * function.c (bb_active_p): Delete. ... I've verifi

bootstrap regression on sparc

2011-11-11 Thread David Miller
While building libstdc++ I get an assertion failure in haifa-sched.c, specifically the assertion on line 3437 is failing: gcc_assert (!jump_p || ((common_sched_info->sched_pass_id == SCHED_RGN_PASS) && IS_SPECULATION_BRANCHY_CHECK_P (insn)