GCC-3.4.5 Release status report

2005-11-21 Thread Gabriel Dos Reis

Hi,

   I've triaged open bugs with GCC-3.4.5 as target.  At the moment,
we're left with 2 bugs I consider critical. We should try to fix them
before the release:

  middle-end/18956 [3.4 only] [hppa] 'bus error' at runtime while
   passing a special struct to a C++ member function

  middle-end/24804 [3.4 Regression] Produces wrong code



There are other three bugs we should also attempt to fix for this
release:

  target/15231 [3.4 only] constant pool entries referring to
   nonexistent labels

  middle-end/24150 [3.4 only]: HOT_TEXT_SECTION_NAME doesn't have the
   leading `.'
  
  c++/24199 [3.4 Regression] Segfault with -frepo -g


I'm planning a release for the end of the month.
I've fired the release script to build a pre-release tarball,
which should be ready any moment now.

Thanks,

-- Gaby




Re: GCC-3.4.5 Release status report

2005-11-21 Thread Giovanni Bajo
Gabriel Dos Reis <[EMAIL PROTECTED]> wrote:

> I'm planning a release for the end of the month.
> I've fired the release script to build a pre-release tarball,
> which should be ready any moment now.

Thanks. Are there official plans for the 3.4 branch after this release?
-- 
Giovanni Bajo


Re: GCC-3.4.5 Release status report

2005-11-21 Thread Gabriel Dos Reis
"Giovanni Bajo" <[EMAIL PROTECTED]> writes:

| Gabriel Dos Reis <[EMAIL PROTECTED]> wrote:
| 
| > I'm planning a release for the end of the month.
| > I've fired the release script to build a pre-release tarball,
| > which should be ready any moment now.
| 
| Thanks. Are there official plans for the 3.4 branch after this release?

Yes.  There will be 3.4.6 (sometime in 2006-02).  After that, it all
depends on people's needs.

-- Gaby


Re: GCC-3.4.5 Release status report

2005-11-21 Thread Gerald Pfeifer
I installed the two patches below, in lign with your status report 
and plans for 3.4.5 and 3.4.6.

Gerald

Index: index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.527
diff -u -3 -p -r1.527 index.html
--- index.html  19 Nov 2005 04:44:05 -  1.527
+++ index.html  21 Nov 2005 20:52:37 -
@@ -57,7 +57,7 @@ mission statement.
   GCC 3.4.4 (released 2005-05-18)
 
   Branch status:
-  http://gcc.gnu.org/ml/gcc/2005-08/msg00926.html";>2005-08-31
+  http://gcc.gnu.org/ml/gcc/2005-11/msg00964.html";>2005-11-21
   (open for regression and documentation fixes only).
 
 
Index: develop.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/develop.html,v
retrieving revision 1.63
diff -u -3 -p -r1.63 develop.html
--- develop.html29 Sep 2005 01:43:58 -  1.63
+++ develop.html21 Nov 2005 20:52:37 -
@@ -306,10 +306,10 @@ stages of development, branch points, an
   GCC 3.4 Stage 1 (ends July 4 2003)   GCC 3.3.1 release (Aug 8 2003)
|  \
v   v
-  GCC 3.4 Stage 2 (ends October 15 2003)   GCC 3.3.2 release (October 17 2003)
+  GCC 3.4 Stage 2 (ends October 15 2003)   GCC 3.3.2 release (Oct 17 2003)
|\
v v
-  GCC 3.4 Stage 3  GCC 3.3.3 release (February 14 2004)
+  GCC 3.4 Stage 3  GCC 3.3.3 release (Feb 14 2004)
|  \
|   v
|   GCC 3.3.4 release (May 31 2004)
@@ -323,30 +323,36 @@ stages of development, branch points, an
+-- GCC 3.4 branch created --+
|(Jan 16 2004)\ 
|  v
-  Tree SSA infrastructure  GCC 3.4.0 release (April 18 2004)
+  Tree SSA infrastructure  GCC 3.4.0 release (Apr 18 2004)
   merged to mainline (May 17 2004)  \
| v
-  GCC 4.0 Stage 2  GCC 3.4.1 release (July 1 2004)
+  GCC 4.0 Stage 2  GCC 3.4.1 release (Jul 1 2004)
|  \
|   v
   GCC 4.0 Stage 3  GCC 3.4.2 release (Sep 6 2004)
|\
| v
|   GCC 3.4.3 release (Nov 4 2004)
-   | \
-   |  v
+   |  \
+   |   v
|   GCC 3.4.4 release (May 18 2005)
+   |\
+   | v
+   |   GCC 3.4.5 release (Dec 2005?)
+   |  \
+   |   v
+   |   GCC 3.4.6 release (Feb 2006?)
|
+-- GCC 4.0 branch created --+
|(Feb 25 2005)\ 
|  v
-  GCC 4.1 Stage 1 (ends April 25 2005) GCC 4.0.0 release (April 20 2005)
+  GCC 4.1 Stage 1 (ends April 25 2005) GCC 4.0.0 release (Apr 20 2005)
|\
| v
-  GCC 4.1 Stage 2 (ends July 8 2005)   GCC 4.0.1 release (July 7 2005) 
+  GCC 4.1 Stage 2 (ends July 8 2005)   GCC 4.0.1 release (Jul 7 2005) 
|  \
v   v
-  GCC 4.1 Stage 3  GCC 4.0.2 release (September 28 
2005)
+  GCC 4.1 Stage 3  GCC 4.0.2 release (Sep 28 2005)
|
:
v


Re: GCC-3.4.5 Release status report

2005-11-22 Thread Gabriel Dos Reis
Gerald Pfeifer <[EMAIL PROTECTED]> writes:

| I installed the two patches below, in lign with your status report 
| and plans for 3.4.5 and 3.4.6.

Thanks.

-- Gaby