public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 4.3.2 Status Report (2008-07-31)
@ 2008-07-31 10:58 Jakub Jelinek
  2008-07-31 13:05 ` Paolo Bonzini
  2008-07-31 13:12 ` Paolo Bonzini
  0 siblings, 2 replies; 7+ messages in thread
From: Jakub Jelinek @ 2008-07-31 10:58 UTC (permalink / raw)
  To: gcc; +Cc: Mark Mitchell

Status
======

The GCC 4.3 branch is open for commits under normal release branch
rules.  The 4.3.2 release was expected around 2008-08-06, but as
there are still P1s, it might be delayed a little bit.

Quality Data
============

Priority          #     Change from Last Report
--------        ---     -----------------------
P1                3     -  5
P2              115     -  2
P3                2     -  1
--------        ---     -----------------------
Total           120     -  8


As we are approaching the intended release date of 4.3.2 we need to
address the P1 bugs or downgrade them accordingly.  Two of the P1s
have patches posted (more than 3 resp. 2 weeks ago), so they just
need reviewing.

If you think you have spotted a regression on the branch for a
primary or secondary target that does not show up when invoking the
"Serious regressions" link from the GCC homepage please tell one
of the RMs.


Previous Report
===============

http://gcc.gnu.org/ml/gcc/2008-07/msg00240.html

The next report for the 4.3 branch will be sent by Mark.

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

* Re: GCC 4.3.2 Status Report (2008-07-31)
  2008-07-31 10:58 GCC 4.3.2 Status Report (2008-07-31) Jakub Jelinek
@ 2008-07-31 13:05 ` Paolo Bonzini
  2008-07-31 13:17   ` Ralf Wildenhues
  2008-07-31 13:12 ` Paolo Bonzini
  1 sibling, 1 reply; 7+ messages in thread
From: Paolo Bonzini @ 2008-07-31 13:05 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: gcc, Mark Mitchell


> Priority          #     Change from Last Report
> --------        ---     -----------------------
> P1                3     -  5
> P2              115     -  2
> P3                2     -  1
> --------        ---     -----------------------
> Total           120     -  8

PR35752, which is a P2 regression caused by libtool, is waiting for 
approval upstream.  Should we make an exception to the usual rules and 
apply the fix on the branch?

Paolo

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

* Re: GCC 4.3.2 Status Report (2008-07-31)
  2008-07-31 10:58 GCC 4.3.2 Status Report (2008-07-31) Jakub Jelinek
  2008-07-31 13:05 ` Paolo Bonzini
@ 2008-07-31 13:12 ` Paolo Bonzini
  2008-07-31 16:40   ` Jason Merrill
  1 sibling, 1 reply; 7+ messages in thread
From: Paolo Bonzini @ 2008-07-31 13:12 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: gcc, Mark Mitchell, Ulrich Weigand, Jason Merrill


> As we are approaching the intended release date of 4.3.2 we need to
> address the P1 bugs or downgrade them accordingly.  Two of the P1s
> have patches posted (more than 3 resp. 2 weeks ago), so they just
> need reviewing.

For the record, these are:

http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00722.html
reload.c (CCing Ulrich Weigand)

http://gcc.gnu.org/ml/gcc-patches/2008-06/msg01305.html
dwarf2out.c (CCing Jason Merrill)

Paolo

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

* Re: GCC 4.3.2 Status Report (2008-07-31)
  2008-07-31 13:05 ` Paolo Bonzini
@ 2008-07-31 13:17   ` Ralf Wildenhues
  2008-07-31 13:54     ` Paolo Bonzini
  0 siblings, 1 reply; 7+ messages in thread
From: Ralf Wildenhues @ 2008-07-31 13:17 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Jakub Jelinek, gcc, Mark Mitchell

Hi Paolo,

* Paolo Bonzini wrote on Thu, Jul 31, 2008 at 02:53:21PM CEST:
>
> PR35752, which is a P2 regression caused by libtool, is waiting for  
> approval upstream.  Should we make an exception to the usual rules and  
> apply the fix on the branch?

If by exception to the usual rule, you mean that you would like to apply
the patch to GCC before it's accepted in Libtool, then can you give me
24 hours, which may just be enough to not need to bend this particular
rule?

Thanks,
Ralf

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

* Re: GCC 4.3.2 Status Report (2008-07-31)
  2008-07-31 13:17   ` Ralf Wildenhues
@ 2008-07-31 13:54     ` Paolo Bonzini
  2008-07-31 14:45       ` Jakub Jelinek
  0 siblings, 1 reply; 7+ messages in thread
From: Paolo Bonzini @ 2008-07-31 13:54 UTC (permalink / raw)
  To: Ralf Wildenhues, Paolo Bonzini, Jakub Jelinek, gcc, Mark Mitchell

Ralf Wildenhues wrote:
> Hi Paolo,
> 
> * Paolo Bonzini wrote on Thu, Jul 31, 2008 at 02:53:21PM CEST:
>> PR35752, which is a P2 regression caused by libtool, is waiting for  
>> approval upstream.  Should we make an exception to the usual rules and  
>> apply the fix on the branch?
> 
> If by exception to the usual rule, you mean that you would like to apply
> the patch to GCC before it's accepted in Libtool

And only on the branch.

Tomorrow it's a public holiday here, so I wouldn't apply the patch 
before monday anyway.

Paolo

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

* Re: GCC 4.3.2 Status Report (2008-07-31)
  2008-07-31 13:54     ` Paolo Bonzini
@ 2008-07-31 14:45       ` Jakub Jelinek
  0 siblings, 0 replies; 7+ messages in thread
From: Jakub Jelinek @ 2008-07-31 14:45 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Ralf Wildenhues, gcc, Mark Mitchell

On Thu, Jul 31, 2008 at 03:10:46PM +0200, Paolo Bonzini wrote:
> Ralf Wildenhues wrote:
> Tomorrow it's a public holiday here, so I wouldn't apply the patch 
> before monday anyway.

If the patch is checked in on Monday or Tuesday, that's still fine,
no need to use exceptions.

	Jakub

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

* Re: GCC 4.3.2 Status Report (2008-07-31)
  2008-07-31 13:12 ` Paolo Bonzini
@ 2008-07-31 16:40   ` Jason Merrill
  0 siblings, 0 replies; 7+ messages in thread
From: Jason Merrill @ 2008-07-31 16:40 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Jakub Jelinek, gcc, Mark Mitchell, Ulrich Weigand

Paolo Bonzini wrote:
> http://gcc.gnu.org/ml/gcc-patches/2008-06/msg01305.html
> dwarf2out.c (CCing Jason Merrill)

That patch went in a while back, but your message led me to the one that 
still needed reviewing. :)

Jason

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

end of thread, other threads:[~2008-07-31 14:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-31 10:58 GCC 4.3.2 Status Report (2008-07-31) Jakub Jelinek
2008-07-31 13:05 ` Paolo Bonzini
2008-07-31 13:17   ` Ralf Wildenhues
2008-07-31 13:54     ` Paolo Bonzini
2008-07-31 14:45       ` Jakub Jelinek
2008-07-31 13:12 ` Paolo Bonzini
2008-07-31 16:40   ` Jason Merrill

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).