public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC Release Status (2003-10-03)
@ 2003-10-03 22:51 Mark Mitchell
  2003-10-03 22:59 ` Gerald Pfeifer
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mark Mitchell @ 2003-10-03 22:51 UTC (permalink / raw)
  To: gcc


GCC 3.3.2
=========

GCC 3.3.2 was tentatively scheduled for October 1, 2003, which is -2
days away.  Well, I guess we're not going to get *that* release out on
time, unless I can find a time machine on E-Bay.  Part of this is due
to the fact that we've had major deliverables that have taken away
from my ability to do volunteer work on GCC.

There are still a lot of open 3.3.2 regressions: 69 at last count,
which is down from 96 the last time I sent a status report.  So,
that's progress!  On the other hand, we're not getting this down to
anything near zero anytime before December at this rate.

A lot of these PRs are assigned to people -- but it doesn't seem like
much progress is being made. A lot of these PRs have been ignored for
months.  

I see no choice but to do the release anyhow; I can't see how having
no release is better for the world than having a release with a lot of
bug fixes, even if it does have some regressions.

Therefore, I intend to make a test release by next Wednesday, and a
final release a week after that, assuming no absolute show-stoppers.

If there are 3.3.2 PRs for which a patch has been posted, but not
reviewed, please (a) put a pointer to the patch in the PR, and (b) add
me to the Cc list for the PR.  I will try to review and/or apply all
that I get.  Please don't send me mail directly; that will only make
it harder for me to keep track of what's going on.

GCC 3.4
=======

GCC 3.4 is in Stage 2.  GCC 3.4 will enter Stage 3 (bugfixes only) on
October 15th, which is 12 days away.

There are 150 bugs targeted for GCC 3.4 (up from 143); 46 are C++ bugs
(up from 44).

Previous Status Report
======================

http://gcc.gnu.org/ml/gcc/2003-09/msg00284.html

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com

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

* Re: GCC Release Status (2003-10-03)
  2003-10-03 22:51 GCC Release Status (2003-10-03) Mark Mitchell
@ 2003-10-03 22:59 ` Gerald Pfeifer
  2003-10-04  0:23 ` ping, RFA (try 2). DEBUG mainainters: Where to put location_t info? Carlo Wood
  2003-10-04  6:19 ` GCC Release Status (2003-10-03) Eric Botcazou
  2 siblings, 0 replies; 8+ messages in thread
From: Gerald Pfeifer @ 2003-10-03 22:59 UTC (permalink / raw)
  To: Mark Mitchell; +Cc: gcc

On Fri, 3 Oct 2003, Mark Mitchell wrote:
> There are still a lot of open 3.3.2 regressions: 69 at last count,
> which is down from 96 the last time I sent a status report.
> [...]
> There are 150 bugs targeted for GCC 3.4 (up from 143); 46 are C++ bugs
> (up from 44).

Comparing numbers, GCC 3.4 seems in surprisingly good shape (or GCC 3.3
in relatively bad shape).  What's your feeling?

Gerald

PS: I applied the patch below to our main page.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.397
diff -u -3 -p -r1.397 index.html
--- index.html	22 Sep 2003 09:41:01 -0000	1.397
+++ index.html	3 Oct 2003 22:56:39 -0000
@@ -71,7 +71,7 @@ to maintain and improve quality.</p>
 <!-- This is a fifth, permanent item. -->

 <dt><strong>Release status:</strong>
-  <a href="http://gcc.gnu.org/ml/gcc/2003-09/msg00284.html">2003-09-05</a>
+  <a href="http://gcc.gnu.org/ml/gcc/2003-10/msg00119.html">2003-10-03</a>
 </dt><dd>
 </dd>

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

* ping, RFA (try 2). DEBUG mainainters: Where to put location_t info?
  2003-10-03 22:51 GCC Release Status (2003-10-03) Mark Mitchell
  2003-10-03 22:59 ` Gerald Pfeifer
@ 2003-10-04  0:23 ` Carlo Wood
  2003-10-04  6:19 ` GCC Release Status (2003-10-03) Eric Botcazou
  2 siblings, 0 replies; 8+ messages in thread
From: Carlo Wood @ 2003-10-04  0:23 UTC (permalink / raw)
  To: gcc

On Fri, Oct 03, 2003 at 03:50:55PM -0700, Mark Mitchell wrote:
> GCC 3.4 is in Stage 2.  GCC 3.4 will enter Stage 3 (bugfixes only) on
> October 15th, which is 12 days away.

Can one of main maintainers please answer my question
about how/where to add a location_t *somehow* to a CALL_EXP?

See http://gcc.gnu.org/ml/gcc/2003-09/msg01180.html

This patch would also be a great asset for the next
version of gdb which intends to support 'virtual'
call traces.  It is better if the debug information
on call-locations for inlined functions will be already fixed
in 3.4.  The patch is really small, I just need to know in
which structure, or whereever, to put the extra data.

Please?

-- 
Carlo Wood <carlo@alinoe.com>

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

* Re: GCC Release Status (2003-10-03)
  2003-10-03 22:51 GCC Release Status (2003-10-03) Mark Mitchell
  2003-10-03 22:59 ` Gerald Pfeifer
  2003-10-04  0:23 ` ping, RFA (try 2). DEBUG mainainters: Where to put location_t info? Carlo Wood
@ 2003-10-04  6:19 ` Eric Botcazou
  2003-10-04  7:32   ` Gerald Pfeifer
  2003-10-05 19:55   ` Mark Mitchell
  2 siblings, 2 replies; 8+ messages in thread
From: Eric Botcazou @ 2003-10-04  6:19 UTC (permalink / raw)
  To: mark; +Cc: gcc

> I see no choice but to do the release anyhow; I can't see how having
> no release is better for the world than having a release with a lot of
> bug fixes, even if it does have some regressions.

Even regressions wrt to the previous release? See PR 12223.

> If there are 3.3.2 PRs for which a patch has been posted, but not
> reviewed, please (a) put a pointer to the patch in the PR, and (b) add
> me to the Cc list for the PR.  I will try to review and/or apply all
> that I get.  Please don't send me mail directly; that will only make
> it harder for me to keep track of what's going on.

Done for 3 PRs.

-- 
Eric Botcazou

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

* Re: GCC Release Status (2003-10-03)
  2003-10-04  6:19 ` GCC Release Status (2003-10-03) Eric Botcazou
@ 2003-10-04  7:32   ` Gerald Pfeifer
  2003-10-04  8:44     ` Jakub Jelinek
  2003-10-05 19:55   ` Mark Mitchell
  1 sibling, 1 reply; 8+ messages in thread
From: Gerald Pfeifer @ 2003-10-04  7:32 UTC (permalink / raw)
  To: Eric Botcazou; +Cc: Mark Mitchell, gcc

On Sat, 4 Oct 2003, Eric Botcazou wrote:
> Even regressions wrt to the previous release? See PR 12223.

If PR 12223 really breaks QT and OpenOffice, it looks like a real
show-stopper. :-(

Gerald
-- 
Gerald Pfeifer (Jerry)   gerald@pfeifer.com   http://www.pfeifer.com/gerald/

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

* Re: GCC Release Status (2003-10-03)
  2003-10-04  7:32   ` Gerald Pfeifer
@ 2003-10-04  8:44     ` Jakub Jelinek
  2003-10-05 19:52       ` Mark Mitchell
  0 siblings, 1 reply; 8+ messages in thread
From: Jakub Jelinek @ 2003-10-04  8:44 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Eric Botcazou, Mark Mitchell, gcc

On Sat, Oct 04, 2003 at 09:32:55AM +0200, Gerald Pfeifer wrote:
> On Sat, 4 Oct 2003, Eric Botcazou wrote:
> > Even regressions wrt to the previous release? See PR 12223.
> 
> If PR 12223 really breaks QT and OpenOffice, it looks like a real
> show-stopper. :-(

PR 12223 is most likely fixed, it just needs someone to verify on OOo
(certainly QT/KDE works for us again here).

	Jakub

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

* Re: GCC Release Status (2003-10-03)
  2003-10-04  8:44     ` Jakub Jelinek
@ 2003-10-05 19:52       ` Mark Mitchell
  0 siblings, 0 replies; 8+ messages in thread
From: Mark Mitchell @ 2003-10-05 19:52 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Gerald Pfeifer, Eric Botcazou, gcc

On Fri, 2003-10-03 at 23:41, Jakub Jelinek wrote:
> On Sat, Oct 04, 2003 at 09:32:55AM +0200, Gerald Pfeifer wrote:
> > On Sat, 4 Oct 2003, Eric Botcazou wrote:
> > > Even regressions wrt to the previous release? See PR 12223.
> > 
> > If PR 12223 really breaks QT and OpenOffice, it looks like a real
> > show-stopper. :-(
> 
> PR 12223 is most likely fixed, it just needs someone to verify on OOo
> (certainly QT/KDE works for us again here).

The test case in the PR is fixed, according to your notes.  Therefore,
I've closed the PR.

Now, there is the broader question of "do QT and OpenOffice work?" 
(This PR addressed a specific code-generation problem, which is now
fixed.)

From what you say, QM and OpenOffice are OK.  Therefore, I don't see a
showstopper here.  If someone finds a problem with those applications, a
new PR should be filed.

Thanks,

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC

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

* Re: GCC Release Status (2003-10-03)
  2003-10-04  6:19 ` GCC Release Status (2003-10-03) Eric Botcazou
  2003-10-04  7:32   ` Gerald Pfeifer
@ 2003-10-05 19:55   ` Mark Mitchell
  1 sibling, 0 replies; 8+ messages in thread
From: Mark Mitchell @ 2003-10-05 19:55 UTC (permalink / raw)
  To: Eric Botcazou; +Cc: gcc

On Fri, 2003-10-03 at 23:21, Eric Botcazou wrote:
> > I see no choice but to do the release anyhow; I can't see how having
> > no release is better for the world than having a release with a lot of
> > bug fixes, even if it does have some regressions.
> 
> Even regressions wrt to the previous release? See PR 12223.

Yes, those are more significant -- but that particular PR has been
fixed; it just wans't marked that way.

> > If there are 3.3.2 PRs for which a patch has been posted, but not
> > reviewed, please (a) put a pointer to the patch in the PR, and (b) add
> > me to the Cc list for the PR.  I will try to review and/or apply all
> > that I get.  Please don't send me mail directly; that will only make
> > it harder for me to keep track of what's going on.
> 
> Done for 3 PRs.

Thanks!  I've reviewed them.

Yours,

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC

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

end of thread, other threads:[~2003-10-05 19:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-03 22:51 GCC Release Status (2003-10-03) Mark Mitchell
2003-10-03 22:59 ` Gerald Pfeifer
2003-10-04  0:23 ` ping, RFA (try 2). DEBUG mainainters: Where to put location_t info? Carlo Wood
2003-10-04  6:19 ` GCC Release Status (2003-10-03) Eric Botcazou
2003-10-04  7:32   ` Gerald Pfeifer
2003-10-04  8:44     ` Jakub Jelinek
2003-10-05 19:52       ` Mark Mitchell
2003-10-05 19:55   ` Mark Mitchell

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