public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Anyone for slush?
@ 2009-09-19  9:37 Dave Korn
  2009-09-19 13:29 ` NightStrike
  0 siblings, 1 reply; 16+ messages in thread
From: Dave Korn @ 2009-09-19  9:37 UTC (permalink / raw)
  To: gcc


  Should we perhaps, again?  I'm having trouble fixing one bootstrap-breaking
bug because of a second one that's piled in on top of it right now; how is it
for other targets?

    cheers,
      DaveK

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19  9:37 Anyone for slush? Dave Korn
@ 2009-09-19 13:29 ` NightStrike
  2009-09-19 13:34   ` Dave Korn
  0 siblings, 1 reply; 16+ messages in thread
From: NightStrike @ 2009-09-19 13:29 UTC (permalink / raw)
  To: Dave Korn; +Cc: gcc

On Sat, Sep 19, 2009 at 5:51 AM, Dave Korn
<dave.korn.cygwin@googlemail.com> wrote:
>
>  Should we perhaps, again?  I'm having trouble fixing one bootstrap-breaking
> bug because of a second one that's piled in on top of it right now; how is it
> for other targets?
>
>    cheers,
>      DaveK
>
>

What is slush?

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 13:29 ` NightStrike
@ 2009-09-19 13:34   ` Dave Korn
  2009-09-19 14:27     ` Joel Sherrill
  0 siblings, 1 reply; 16+ messages in thread
From: Dave Korn @ 2009-09-19 13:34 UTC (permalink / raw)
  To: NightStrike; +Cc: Dave Korn, gcc

NightStrike wrote:
> On Sat, Sep 19, 2009 at 5:51 AM, Dave Korn
> <dave.korn.cygwin@googlemail.com> wrote:
>>  Should we perhaps, again?  I'm having trouble fixing one bootstrap-breaking
>> bug because of a second one that's piled in on top of it right now; how is it
>> for other targets?
>>
>>    cheers,
>>      DaveK
>>
>>
> 
> What is slush?

  A phase of development when we stop adding new code and merging new features
for a while and go into bug-fix only mode to let trunk stabilise when there
are significant numbers of high-impact open PRs impeding the smooth progress
of development.

  From the lack of a response I'd guess that most of the maintainers around
this morning are finding HEAD to be in a reasonably workable state for
whatever they're doing right now.

    cheers,
      DaveK

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 13:34   ` Dave Korn
@ 2009-09-19 14:27     ` Joel Sherrill
  2009-09-19 14:58       ` Eric Botcazou
  0 siblings, 1 reply; 16+ messages in thread
From: Joel Sherrill @ 2009-09-19 14:27 UTC (permalink / raw)
  To: Dave Korn; +Cc: NightStrike, gcc

Dave Korn wrote:
> NightStrike wrote:
>   
>> On Sat, Sep 19, 2009 at 5:51 AM, Dave Korn
>> <dave.korn.cygwin@googlemail.com> wrote:
>>     
>>>  Should we perhaps, again?  I'm having trouble fixing one bootstrap-breaking
>>> bug because of a second one that's piled in on top of it right now; how is it
>>> for other targets?
>>>
>>>    cheers,
>>>      DaveK
>>>
>>>
>>>       
>> What is slush?
>>     
>
>   A phase of development when we stop adding new code and merging new features
> for a while and go into bug-fix only mode to let trunk stabilise when there
> are significant numbers of high-impact open PRs impeding the smooth progress
> of development.
>
>   From the lack of a response I'd guess that most of the maintainers around
> this morning are finding HEAD to be in a reasonably workable state for
> whatever they're doing right now.
>
>   
I need to get run baseline test results on 4.3 and 4.4 for C and
C++.  But the GNAT/RTEMS Ada results show a large number of
failures on the head that were not present in 4.3 and 4.4. 

SPARC and MIPS went from 2 to 319
x86 went from about 20 (mostly qemu issues) to 225

I emailed the list about it but given the number of
introduced failures and the fact the SPARC and MIPS
have the same failures, it leads me to believe something
is broken on the head.

So I would be +1.

--joel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 14:27     ` Joel Sherrill
@ 2009-09-19 14:58       ` Eric Botcazou
  2009-09-19 15:04         ` H.J. Lu
  2009-09-19 15:29         ` Laurent GUERBY
  0 siblings, 2 replies; 16+ messages in thread
From: Eric Botcazou @ 2009-09-19 14:58 UTC (permalink / raw)
  To: Joel Sherrill; +Cc: gcc, Dave Korn, NightStrike

> I need to get run baseline test results on 4.3 and 4.4 for C and
> C++.  But the GNAT/RTEMS Ada results show a large number of
> failures on the head that were not present in 4.3 and 4.4.
>
> SPARC and MIPS went from 2 to 319
> x86 went from about 20 (mostly qemu issues) to 225

OK, but the number of Ada failures is exactly 0 on x86/Linux, x86-64/Linux, 
ia64/Linux, SPARC/Solaris and SPARC64/Solaris and 1 on PowerPC64/Linux so 
you'll have to find out why it's so different for RTEMS.

-- 
Eric Botcazou

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 14:58       ` Eric Botcazou
@ 2009-09-19 15:04         ` H.J. Lu
  2009-09-19 15:06           ` Kai Tietz
  2009-09-19 15:29         ` Laurent GUERBY
  1 sibling, 1 reply; 16+ messages in thread
From: H.J. Lu @ 2009-09-19 15:04 UTC (permalink / raw)
  To: Eric Botcazou; +Cc: Joel Sherrill, gcc, Dave Korn, NightStrike

On Sat, Sep 19, 2009 at 7:58 AM, Eric Botcazou <ebotcazou@adacore.com> wrote:
>> I need to get run baseline test results on 4.3 and 4.4 for C and
>> C++.  But the GNAT/RTEMS Ada results show a large number of
>> failures on the head that were not present in 4.3 and 4.4.
>>
>> SPARC and MIPS went from 2 to 319
>> x86 went from about 20 (mostly qemu issues) to 225
>
> OK, but the number of Ada failures is exactly 0 on x86/Linux, x86-64/Linux,
> ia64/Linux, SPARC/Solaris and SPARC64/Solaris and 1 on PowerPC64/Linux so
> you'll have to find out why it's so different for RTEMS.
>

It may be:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41395


-- 
H.J.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 15:04         ` H.J. Lu
@ 2009-09-19 15:06           ` Kai Tietz
  2009-09-19 17:10             ` Paolo Bonzini
  0 siblings, 1 reply; 16+ messages in thread
From: Kai Tietz @ 2009-09-19 15:06 UTC (permalink / raw)
  To: H.J. Lu; +Cc: Eric Botcazou, Joel Sherrill, gcc, Dave Korn, NightStrike

2009/9/19 H.J. Lu <hjl.tools@gmail.com>:
> On Sat, Sep 19, 2009 at 7:58 AM, Eric Botcazou <ebotcazou@adacore.com> wrote:
>>> I need to get run baseline test results on 4.3 and 4.4 for C and
>>> C++.  But the GNAT/RTEMS Ada results show a large number of
>>> failures on the head that were not present in 4.3 and 4.4.
>>>
>>> SPARC and MIPS went from 2 to 319
>>> x86 went from about 20 (mostly qemu issues) to 225
>>
>> OK, but the number of Ada failures is exactly 0 on x86/Linux, x86-64/Linux,
>> ia64/Linux, SPARC/Solaris and SPARC64/Solaris and 1 on PowerPC64/Linux so
>> you'll have to find out why it's so different for RTEMS.
>>
>
> It may be:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41395

And http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39886

Kai


-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 14:58       ` Eric Botcazou
  2009-09-19 15:04         ` H.J. Lu
@ 2009-09-19 15:29         ` Laurent GUERBY
  2009-09-19 16:12           ` Eric Botcazou
  2009-09-19 16:30           ` Joel Sherrill
  1 sibling, 2 replies; 16+ messages in thread
From: Laurent GUERBY @ 2009-09-19 15:29 UTC (permalink / raw)
  To: Eric Botcazou; +Cc: Joel Sherrill, gcc, Dave Korn, NightStrike

On Sat, 2009-09-19 at 16:58 +0200, Eric Botcazou wrote:
> > I need to get run baseline test results on 4.3 and 4.4 for C and
> > C++.  But the GNAT/RTEMS Ada results show a large number of
> > failures on the head that were not present in 4.3 and 4.4.
> >
> > SPARC and MIPS went from 2 to 319
> > x86 went from about 20 (mostly qemu issues) to 225
> 
> OK, but the number of Ada failures is exactly 0 on x86/Linux, x86-64/Linux, 
> ia64/Linux, SPARC/Solaris and SPARC64/Solaris and 1 on PowerPC64/Linux so 
> you'll have to find out why it's so different for RTEMS.

Joel reported results for 4.5.0 20090910 r151592 and state of GCC
changed a lot in the past 9 days. RTEMS is also a sjlj target IIRC.

Sincerely,

Laurent



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 15:29         ` Laurent GUERBY
@ 2009-09-19 16:12           ` Eric Botcazou
  2009-09-19 16:31             ` Joel Sherrill
  2009-09-19 16:30           ` Joel Sherrill
  1 sibling, 1 reply; 16+ messages in thread
From: Eric Botcazou @ 2009-09-19 16:12 UTC (permalink / raw)
  To: Laurent GUERBY; +Cc: Joel Sherrill, gcc, Dave Korn, NightStrike

> Joel reported results for 4.5.0 20090910 r151592 and state of GCC
> changed a lot in the past 9 days. RTEMS is also a sjlj target IIRC.

Then, if EH is totally broken, a PR should be opened with a reduced testcase.

-- 
Eric Botcazou

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 15:29         ` Laurent GUERBY
  2009-09-19 16:12           ` Eric Botcazou
@ 2009-09-19 16:30           ` Joel Sherrill
  2009-09-19 16:36             ` Eric Botcazou
  1 sibling, 1 reply; 16+ messages in thread
From: Joel Sherrill @ 2009-09-19 16:30 UTC (permalink / raw)
  To: Laurent GUERBY; +Cc: Eric Botcazou, gcc, Dave Korn, NightStrike

Laurent GUERBY wrote:
> On Sat, 2009-09-19 at 16:58 +0200, Eric Botcazou wrote:
>   
>>> I need to get run baseline test results on 4.3 and 4.4 for C and
>>> C++.  But the GNAT/RTEMS Ada results show a large number of
>>> failures on the head that were not present in 4.3 and 4.4.
>>>
>>> SPARC and MIPS went from 2 to 319
>>> x86 went from about 20 (mostly qemu issues) to 225
>>>       
>> OK, but the number of Ada failures is exactly 0 on x86/Linux, x86-64/Linux, 
>> ia64/Linux, SPARC/Solaris and SPARC64/Solaris and 1 on PowerPC64/Linux so 
>> you'll have to find out why it's so different for RTEMS.
>>     
>
>   
On what date?
> Joel reported results for 4.5.0 20090910 r151592 and state of GCC
> changed a lot in the past 9 days. RTEMS is also a sjlj target IIRC.
>
>   
Laurent.. are you suggesting that it might have improved
in the past 9 days?  That I should rerun with the latest GCC
and report again?

--joel
> Sincerely,
>
> Laurent
>
>
>
>   

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 16:12           ` Eric Botcazou
@ 2009-09-19 16:31             ` Joel Sherrill
  2009-09-19 16:36               ` Eric Botcazou
  0 siblings, 1 reply; 16+ messages in thread
From: Joel Sherrill @ 2009-09-19 16:31 UTC (permalink / raw)
  To: Eric Botcazou; +Cc: Laurent GUERBY, gcc, Dave Korn, NightStrike

Eric Botcazou wrote:
>> Joel reported results for 4.5.0 20090910 r151592 and state of GCC
>> changed a lot in the past 9 days. RTEMS is also a sjlj target IIRC.
>>     
>
> Then, if EH is totally broken, a PR should be opened with a reduced testcase.
>
>   
I will rebuild with the head and run ACATS on
one of the broken ones.  If still bad, then
I will try with some simple exception tests
Laurent put together the last time it broke.
Maybe they are useful again. :)

--joel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 16:30           ` Joel Sherrill
@ 2009-09-19 16:36             ` Eric Botcazou
  0 siblings, 0 replies; 16+ messages in thread
From: Eric Botcazou @ 2009-09-19 16:36 UTC (permalink / raw)
  To: Joel Sherrill; +Cc: Laurent GUERBY, gcc, Dave Korn, NightStrike

> On what date?

See http://gcc.gnu.org/ml/gcc-testresults/2009-09

-- 
Eric Botcazou

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 16:31             ` Joel Sherrill
@ 2009-09-19 16:36               ` Eric Botcazou
  0 siblings, 0 replies; 16+ messages in thread
From: Eric Botcazou @ 2009-09-19 16:36 UTC (permalink / raw)
  To: Joel Sherrill; +Cc: Laurent GUERBY, gcc, Dave Korn, NightStrike

> I will rebuild with the head and run ACATS on
> one of the broken ones.  If still bad, then
> I will try with some simple exception tests
> Laurent put together the last time it broke.
> Maybe they are useful again. :)

Were they added to the gnat.dg testsuite?  If no, they should.

-- 
Eric Botcazou

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
  2009-09-19 15:06           ` Kai Tietz
@ 2009-09-19 17:10             ` Paolo Bonzini
  0 siblings, 0 replies; 16+ messages in thread
From: Paolo Bonzini @ 2009-09-19 17:10 UTC (permalink / raw)
  To: Kai Tietz
  Cc: H.J. Lu, Eric Botcazou, Joel Sherrill, gcc, Dave Korn, NightStrike


> And http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39886

This one is relatively rare, so no.  Feel free to pick up the patch, I 
already have too many approved patches that I cannot get round to test 
and commit.

Paolo

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
@ 2009-09-19 13:51 Angelo Graziosi
  0 siblings, 0 replies; 16+ messages in thread
From: Angelo Graziosi @ 2009-09-19 13:51 UTC (permalink / raw)
  To: GCC

Dave Korn wrote:
> A phase of development when we stop adding new code and merging new features
> for a while and go into bug-fix only mode to let trunk stabilise when there
> are significant numbers of high-impact open PRs impeding the smooth progress
> of development.

+1

Cheers,
Angelo.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Anyone for slush?
@ 2009-09-19 13:41 Dominique Dhumieres
  0 siblings, 0 replies; 16+ messages in thread
From: Dominique Dhumieres @ 2009-09-19 13:41 UTC (permalink / raw)
  To: gcc; +Cc: dave.korn

>   Should we perhaps, again?  I'm having trouble fixing one bootstrap-breaking
> bug because of a second one that's piled in on top of it right now; how is it
> for other targets?

Bad for darwin!-(bootstrap failing since at least r151822, see pr41405).
If you add pr41407+others, a slush should be applied untill the whole mess
is sorted out.

Just my 1c of advice.

Cheers

Dominique

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2009-09-19 17:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-19  9:37 Anyone for slush? Dave Korn
2009-09-19 13:29 ` NightStrike
2009-09-19 13:34   ` Dave Korn
2009-09-19 14:27     ` Joel Sherrill
2009-09-19 14:58       ` Eric Botcazou
2009-09-19 15:04         ` H.J. Lu
2009-09-19 15:06           ` Kai Tietz
2009-09-19 17:10             ` Paolo Bonzini
2009-09-19 15:29         ` Laurent GUERBY
2009-09-19 16:12           ` Eric Botcazou
2009-09-19 16:31             ` Joel Sherrill
2009-09-19 16:36               ` Eric Botcazou
2009-09-19 16:30           ` Joel Sherrill
2009-09-19 16:36             ` Eric Botcazou
2009-09-19 13:41 Dominique Dhumieres
2009-09-19 13:51 Angelo Graziosi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).