This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC 4.2 branch open for regression fixes


The GCC 4.2.0 release is done, so the 4.2 branch is now open for
checkins under the usual branch rules: regression fixes only.

I know that the GCC 4.2.0 release was a long time coming.  Thanks to
everyone who worked on it, and for the constructive comments and
criticisms!

I'll be thinking about a possible 4.1.3 release, an upcoming 4.2.1
release, and 4.3.0 planning in the near future and will send a status
report at this time.

Here's the (boring) set of patches that I checked in as part of the
release checklist.  While simple, I've made mistakes with these
patches before; if you spot any, please let me know!

I'll be sending out a release announcement momentarily.

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 124663)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2007-05-13  Mark Mitchell  <mark@codesourcery.com>
+
+	* gennews (files): Reference GCC 4.2 web pages.
+
 2007-04-04  Zack Weinberg  <zack@mrtock.ucsd.edu>
 
 	* texi2pod.pl: Correct handling of @itemize with no argument.
Index: gennews
===================================================================
--- gennews	(revision 124623)
+++ gennews	(working copy)
@@ -22,7 +22,9 @@
 # Boston, MA 02110-1301, USA.
 
 website=http://gcc.gnu.org/
-files="gcc-4.1/index.html gcc-4.1/changes.html
+files="
+    gcc-4.2/index.html gcc-4.2/changes.html
+    gcc-4.1/index.html gcc-4.1/changes.html
     gcc-4.0/index.html gcc-4.0/changes.html
     gcc-3.4/index.html gcc-3.4/changes.html
     gcc-3.3/index.html gcc-3.3/changes.html
Index: gcc-4.2/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/index.html,v
retrieving revision 1.1
diff -c -5 -p -r1.1 index.html
*** gcc-4.2/index.html	21 Oct 2006 02:54:29 -0000	1.1
--- gcc-4.2/index.html	14 May 2007 00:46:02 -0000
***************
*** 6,15 ****
  
  <body>
  
  <h1>GCC 4.2 Release Series</h1>
  
! <p>No releaes yet.</p>
  
  </body>
  </html>
  
--- 6,54 ----
  
  <body>
  
  <h1>GCC 4.2 Release Series</h1>
  
! <p>May 13, 2007</p>
! 
! <p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
! developers are pleased to announce the release of GCC 4.2.0.</p>
! 
! <p>This release is a major release, containing new features (as well
! as many other improvements) relative to GCC 4.1.x.</p>
! 
! <h2>Release History</h2>
! 
! <dl>
! <dt>GCC 4.2.0</dt>
! <dd><a name="4.2.0">May 13, 2007</a>
!     (<a href="changes.html">changes</a>)
! </dd>
! 
! </dl>
! 
! <h2>References and Acknowledgements</h2>
! 
! <p>GCC used to stand for the GNU C Compiler, but since the compiler
! supports several other languages aside from C, it now stands for the
! GNU Compiler Collection.</p>
! 
! <p>A list of <a href="buildstat.html">successful builds</a> is updated
! as new information becomes available.</p>
! 
! <p>The GCC developers would like to thank the numerous people that have
! contributed new features, improvements, bug fixes, and other changes as
! well as test results to GCC.
! This <a href="http://gcc.gnu.org/onlinedocs/gcc/Contributors.html";>amazing
! group of volunteers</a> is what makes GCC successful.</p>
! 
! <p>For additional information about GCC please refer to the
! <a href="../index.html">GCC project web site</a> or contact the
! <a href="mailto:gcc@gcc.gnu.org";>GCC development mailing list</a>.</p>
! 
! <p>To obtain GCC please use <a href="../mirrors.html">our mirror sites</a>,
! one of the <a href="http://www.gnu.org/order/ftp.html";>GNU mirror sites</a>,
! or <a href="../svn.html">our SVN server</a>.</p>
  
  </body>
  </html>
  
2007-05-13  Mark Mitchell  <mark@codesourcery.com>

	* cpplib.pot: Regenerate.

2007-05-13  Mark Mitchell  <mark@codesourcery.com>

	* gcc.pot: Regenerate.

Index: DEV-PHASE
===================================================================
--- DEV-PHASE	(revision 124718)
+++ DEV-PHASE	(revision 124719)
@@ -0,0 +1 @@
+prerelease
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 124718)
+++ ChangeLog	(revision 124719)
@@ -1,3 +1,8 @@
+2007-05-14  Mark Mitchell  <mark@codesourcery.com>
+
+	* BASE-VER: Set to 4.2.1.
+	* DEV-PHASE: Set to prerelease.
+
 2007-05-13  Release Manager
 
 	* GCC 4.2.0 released.
Index: BASE-VER
===================================================================
--- BASE-VER	(revision 124718)
+++ BASE-VER	(revision 124719)
@@ -1 +1 @@
-4.2.0
+4.2.1
Index: develop.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/develop.html,v
retrieving revision 1.79
diff -c -5 -p -r1.79 develop.html
*** develop.html	14 Feb 2007 08:30:52 -0000	1.79
--- develop.html	14 May 2007 19:19:08 -0000
*************** stages of development, branch points, an
*** 373,383 ****
         |
         |
         +-- GCC 4.2 branch created ------+
         |            (Oct 20 2006)        \
         v                                  v
!   GCC 4.3 Stage 1 (ends Jan 20 2007)       GCC 4.2.0 release
         |
         v
    GCC 4.3 Stage 2
         |
         v
--- 373,383 ----
         |
         |
         +-- GCC 4.2 branch created ------+
         |            (Oct 20 2006)        \
         v                                  v
!   GCC 4.3 Stage 1 (ends Jan 20 2007)       GCC 4.2.0 release (May 13 2007)
         |
         v
    GCC 4.3 Stage 2
         |
         v
Index: releases.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releases.html,v
retrieving revision 1.71
diff -c -5 -p -r1.71 releases.html
*** releases.html	14 Feb 2007 08:30:52 -0000	1.71
--- releases.html	14 May 2007 19:19:08 -0000
*************** who require a very high degree of stabil
*** 33,42 ****
--- 33,43 ----
  <p>Please refer to our <a href="develop.html#timeline">development plan</a>
  for future releases, and an alternative view of the release history.</p>
  
  <table border="1" cellspacing="0" cellpadding="5">
  <tr><th>Release</th><th>Release date</th></tr>
+ <tr><td><a href="gcc-4.2/">GCC 4.2.0</a></td>   <td>May 13, 2007</td></tr>
  <tr><td><a href="gcc-4.1/">GCC 4.1.2</a></td>   <td>February 13, 2007</td></tr>
  <tr><td><a href="gcc-4.0/">GCC 4.0.4</a></td>   <td>January 31, 2007</td></tr>
  <tr><td><a href="gcc-4.1/">GCC 4.1.1</a></td>   <td>May 24, 2006</td></tr>
  <tr><td><a href="gcc-4.0/">GCC 4.0.3</a></td>   <td>March 10, 2006</td></tr>
  <tr><td><a href="gcc-3.4/">GCC 3.4.6</a></td>   <td>March 06, 2006</td></tr>
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.85
diff -c -5 -p -r1.85 index.html
*** index.html	31 Mar 2007 18:36:28 -0000	1.85
--- index.html	14 May 2007 21:16:27 -0000
***************
*** 14,23 ****
--- 14,78 ----
  <!-- We don't link to the internals manuals for releases; people
       caring about internals should really be using the mainline
       versions.  -->
  
  <ul>
+   <li>GCC 4.2.0 manuals:
+   <ul>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gcc/";>GCC
+          4.2.0 Manual</a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gcc.pdf";>also
+          in PDF</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gcc.ps.gz";>PostScript</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gcc-html.tar.gz";>an
+          HTML tarball</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gfortran/";>GCC
+          4.2.0 GFORTRAN Manual</a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gfortran.pdf";>also
+          in PDF</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gfortran.ps.gz";>PostScript</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gfortran-html.tar.gz";>an
+          HTML tarball</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gcj/";>GCC
+          4.2.0 GCJ Manual</a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gcj.pdf";>also
+          in PDF</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gcj.ps.gz";>PostScript</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gcj-html.tar.gz";>an
+          HTML tarball</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/cpp/";>GCC 
+          4.2.0 CPP Manual</a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/cpp.pdf";>also
+          in PDF</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/cpp.ps.gz";>PostScript</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/cpp-html.tar.gz";>an
+          HTML tarball</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_rm/";>GCC
+          4.2.0 GNAT Reference Manual</a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_rm.pdf";>also
+          in PDF</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_rm.ps.gz";>PostScript</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_rm-html.tar.gz";>an
+          HTML tarball</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_ugn_unw/";>GCC
+          4.2.0 GNAT User's Guide</a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_ugn_unw.pdf";>also
+          in PDF</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_ugn_unw.ps.gz";>PostScript</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_ugn_unw-html.tar.gz";>an
+          HTML tarball</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/fastjar/";>GCC
+          4.2.0 GNU JAR Manual</a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/fastjar.pdf";>also
+          in PDF</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/fastjar.ps.gz";>PostScript</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/fastjar-html.tar.gz";>an
+          HTML tarball</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/docs-sources.tar.gz";>Texinfo
+          sources of all the GCC 4.2.0 manuals</a></li>
+   </ul></li>
+ 
    <li>GCC 4.1.2 manuals:
    <ul>
      <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/";>GCC
           4.1.2 Manual</a> (<a
           href="http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc.pdf";>also
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.86
diff -c -5 -p -r1.86 index.html
*** index.html	14 May 2007 21:16:37 -0000	1.86
--- index.html	14 May 2007 21:17:22 -0000
***************
*** 58,74 ****
           href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_ugn_unw.pdf";>also
           in PDF</a> or <a
           href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_ugn_unw.ps.gz";>PostScript</a> or <a
           href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gnat_ugn_unw-html.tar.gz";>an
           HTML tarball</a>)</li>
-     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/fastjar/";>GCC
-          4.2.0 GNU JAR Manual</a> (<a
-          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/fastjar.pdf";>also
-          in PDF</a> or <a
-          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/fastjar.ps.gz";>PostScript</a> or <a
-          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/fastjar-html.tar.gz";>an
-          HTML tarball</a>)</li>
      <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.0/docs-sources.tar.gz";>Texinfo
           sources of all the GCC 4.2.0 manuals</a></li>
    </ul></li>
  
    <li>GCC 4.1.2 manuals:
--- 58,67 ----
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.610
diff -c -5 -p -r1.610 index.html
*** index.html	12 May 2007 11:29:34 -0000	1.610
--- index.html	16 May 2007 00:20:56 -0000
*************** mission statement</a>.</p>
*** 43,52 ****
--- 43,55 ----
  
  <h2 style="margin-top:0pt;">News</h2>
  
  <dl class="news">
  
+ <dt>May 13, 2007</dt>
+ <dd><a href="gcc-4.2/">GCC 4.2.0</a> has been released.</dd>
+ 
  <dt>March 9, 2007</dt>
  <dd>All m68k targets now support ColdFire processors and offer the
      choice between ColdFire and non-ColdFire libraries at configure time.
      There have been <a href="gcc-4.3/changes.html#m68k">several other
      significant changes</a> to the m68k and ColdFire support.
*************** mission statement</a>.</p>
*** 98,143 ****
  <h2 style="margin-top:0pt;">Status</h2>
  
  <dl class="status">
  
  <dt><strong>Current release series:</strong>
!   <a href="gcc-4.1/">GCC 4.1.2</a>
  </dt><dd>
!   Status: 
!   <a href="http://gcc.gnu.org/ml/gcc/2007-02/msg00351.html";>2007-02-14</a>
!   (regression fixes and docs only).
    <br />
    <a
!    href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.1&amp;target_milestone=4.0.4&amp;target_milestone=4.1.3&amp;target_milestone=4.2.0&amp;known_to_fail_type=allwordssubstr&amp;known_to_work_type=allwordssubstr&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;gcchost_type=allwordssubstr&amp;gcchost=&amp;gcctarget_type=allwordssubstr&amp;gcctarget=&amp;gccbuild_type=allwordssubstr&amp;gccbuild=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;priority=P1&amp;priority=P2&amp;priority=P3&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&a!
 mp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Serious
    regressions</a>.
    <a
!   href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.1&amp;target_milestone=4.0.4&amp;target_milestone=4.1.3&amp;target_milestone=4.2.0&amp;known_to_fail_type=allwordssubstr&amp;known_to_work_type=allwordssubstr&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;gcchost_type=allwordssubstr&amp;gcchost=&amp;gcctarget_type=allwordssubstr&amp;gcctarget=&amp;gccbuild_type=allwordssubstr&amp;gccbuild=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-!
 0-0=">All
    regressions</a>.
  </dd>
  
  <dt><strong>Previous release series:</strong>
!   <a href="gcc-4.0/">GCC 4.0.4</a>
! </dt><dd>
!   Status: The branch has been closed after the release of GCC 4.0.4.
!   <br />
!   <a
!   href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.0&amp;target_milestone=4.0.4&amp;target_milestone=4.1.3&amp;target_milestone=4.2.0&amp;known_to_fail_type=allwordssubstr&amp;known_to_work_type=allwordssubstr&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;gcchost_type=allwordssubstr&amp;gcchost=&amp;gcctarget_type=allwordssubstr&amp;gcctarget=&amp;gccbuild_type=allwordssubstr&amp;gccbuild=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;priority=P1&amp;priority=P2&amp;priority=P3&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&am!
 p;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Serious
!   Regressions</a>.
! </dd>
! 
! <dt><strong>Next release series:</strong>
!   GCC 4.2.0 (<a href="gcc-4.2/changes.html">changes</a>)
  </dt><dd>
!   Status: <a href="develop.html#stage3">Stage 3</a>;
!   <a href="http://gcc.gnu.org/ml/gcc/2007-05/msg00280.html";>2007-05-11</a>
!   (regression fixes &amp; docs only).
    <br />
    <a
!   href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.2&amp;target_milestone=4.0.4&amp;target_milestone=4.1.3&amp;target_milestone=4.2.0&amp;known_to_fail_type=allwordssubstr&amp;known_to_work_type=allwordssubstr&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;gcchost_type=allwordssubstr&amp;gcchost=&amp;gcctarget_type=allwordssubstr&amp;gcctarget=&amp;gccbuild_type=allwordssubstr&amp;gccbuild=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;priority=P1&amp;priority=P2&amp;priority=P3&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&am!
 p;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Serious
    regressions</a>.
    <a
!   href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.2&amp;target_milestone=4.0.4&amp;target_milestone=4.1.3&amp;target_milestone=4.2.0&amp;known_to_fail_type=allwordssubstr&amp;known_to_work_type=allwordssubstr&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;gcchost_type=allwordssubstr&amp;gcchost=&amp;gcctarget_type=allwordssubstr&amp;gcctarget=&amp;gccbuild_type=allwordssubstr&amp;gccbuild=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-!
 0-0=">All
    regressions</a>.
  </dd>
  
  <dt><strong>Active development:</strong>
    GCC 4.3.0 (<a href="gcc-4.3/changes.html">changes</a>)
--- 101,136 ----
  <h2 style="margin-top:0pt;">Status</h2>
  
  <dl class="status">
  
  <dt><strong>Current release series:</strong>
!   GCC 4.2.0 (<a href="gcc-4.2/changes.html">changes</a>)
  </dt><dd>
!   Status: <a href="develop.html#stage3">Stage 3</a>;
!   <a href="http://gcc.gnu.org/ml/gcc/2007-05/msg00280.html";>2007-05-11</a>
!   (regression fixes &amp; docs only).
    <br />
    <a
!   href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.2&amp;target_milestone=4.0.4&amp;target_milestone=4.1.3&amp;target_milestone=4.2.0&amp;known_to_fail_type=allwordssubstr&amp;known_to_work_type=allwordssubstr&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;gcchost_type=allwordssubstr&amp;gcchost=&amp;gcctarget_type=allwordssubstr&amp;gcctarget=&amp;gccbuild_type=allwordssubstr&amp;gccbuild=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;priority=P1&amp;priority=P2&amp;priority=P3&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&am!
 p;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Serious
    regressions</a>.
    <a
!   href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.2&amp;target_milestone=4.0.4&amp;target_milestone=4.1.3&amp;target_milestone=4.2.0&amp;known_to_fail_type=allwordssubstr&amp;known_to_work_type=allwordssubstr&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;gcchost_type=allwordssubstr&amp;gcchost=&amp;gcctarget_type=allwordssubstr&amp;gcctarget=&amp;gccbuild_type=allwordssubstr&amp;gccbuild=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-!
 0-0=">All
    regressions</a>.
  </dd>
  
  <dt><strong>Previous release series:</strong>
!   <a href="gcc-4.1/">GCC 4.1.2</a>
  </dt><dd>
!   Status: 
!   <a href="http://gcc.gnu.org/ml/gcc/2007-02/msg00351.html";>2007-02-14</a>
!   (regression fixes and docs only).
    <br />
    <a
!    href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.1&amp;target_milestone=4.0.4&amp;target_milestone=4.1.3&amp;target_milestone=4.2.0&amp;known_to_fail_type=allwordssubstr&amp;known_to_work_type=allwordssubstr&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;gcchost_type=allwordssubstr&amp;gcchost=&amp;gcctarget_type=allwordssubstr&amp;gcctarget=&amp;gccbuild_type=allwordssubstr&amp;gccbuild=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;priority=P1&amp;priority=P2&amp;priority=P3&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&a!
 mp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Serious
    regressions</a>.
    <a
!   href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.1&amp;target_milestone=4.0.4&amp;target_milestone=4.1.3&amp;target_milestone=4.2.0&amp;known_to_fail_type=allwordssubstr&amp;known_to_work_type=allwordssubstr&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;gcchost_type=allwordssubstr&amp;gcchost=&amp;gcctarget_type=allwordssubstr&amp;gcctarget=&amp;gccbuild_type=allwordssubstr&amp;gccbuild=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-!
 0-0=">All
    regressions</a>.
  </dd>
  
  <dt><strong>Active development:</strong>
    GCC 4.3.0 (<a href="gcc-4.3/changes.html">changes</a>)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]