wwwdocs updates for 4.3.2

Joseph S. Myers joseph@codesourcery.com
Thu Aug 28 22:43:00 GMT 2008


I've applied these patches to update wwwdocs for 4.3.2.

Index: htdocs/gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.115
diff -u -r1.115 changes.html
--- htdocs/gcc-4.3/changes.html	15 Jun 2008 09:39:41 -0000	1.115
+++ htdocs/gcc-4.3/changes.html	27 Aug 2008 17:27:46 -0000
@@ -13,7 +13,7 @@
 <h1>GCC 4.3 Release Series<br />Changes, New Features, and Fixes</h1>
 
 <p>The latest release in the 4.3 release series is
-<a href="#4.3.1">GCC 4.3.1</a>.</p>
+<a href="#4.3.2">GCC 4.3.2</a>.</p>
 
 <h2>Caveats</h2>
 
@@ -1015,5 +1015,14 @@
 	  the <code>--enable-cld</code> configure option.</li>
     </ul>
 
+<h2><a name="4.3.2">GCC 4.3.2</a></h2>
+
+<p>This is the <a
+href="http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.3.2">list
+of problem reports (PRs)</a> from GCC's bug tracking system that are
+known to be fixed in the 4.3.2 release. This list might not be
+complete (that is, it is possible that some PRs that have been fixed
+are not listed here).</p>
+
 </body>
 </html>
Index: htdocs/gcc-4.3/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- htdocs/gcc-4.3/index.html	6 Jun 2008 14:01:21 -0000	1.2
+++ htdocs/gcc-4.3/index.html	27 Aug 2008 17:27:46 -0000
@@ -8,20 +8,25 @@
 
 <h1>GCC 4.3 Release Series</h1>
 
-<p>June 6, 2008</p>
+<p>August 27, 2008</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.3.1.</p>
+developers are pleased to announce the release of GCC 4.3.2.</p>
 
 <p>This release is a bug-fix release, containing fixes for regressions
-in GCC 4.3.0 relative to previous releases of GCC.</p>
+in GCC 4.3.1 relative to previous releases of GCC.</p>
 
 <h2>Release History</h2>
 
 <dl>
 
+<dt>GCC 4.3.2</dt>
+<dd><a name="4.3.2">August 27, 2008</a>
+    (<a href="changes.html">changes</a>)
+</dd>
+
 <dt>GCC 4.3.1</dt>
-<dd><a name="4.3.0">June 6, 2008</a>
+<dd><a name="4.3.1">June 6, 2008</a>
     (<a href="changes.html">changes</a>)
 </dd>
 
Index: bugzilla/contrib/bug_email.pl
===================================================================
RCS file: /cvs/gcc/wwwdocs/bugzilla/contrib/bug_email.pl,v
retrieving revision 1.47
diff -u -r1.47 bug_email.pl
--- bugzilla/contrib/bug_email.pl	6 Jun 2008 15:10:44 -0000	1.47
+++ bugzilla/contrib/bug_email.pl	27 Aug 2008 22:23:57 -0000
@@ -287,6 +287,9 @@
     elsif ($release =~ /.*4\.4\.0.*/o) {
 	    $version = "4.4.0";
     }
+    elsif ($release =~ /.*4\.3\.3.*/o) {
+	    $version = "4.3.3";
+    }
     elsif ($release =~ /.*4\.3\.2.*/o) {
 	    $version = "4.3.2";
     }
Index: htdocs/develop.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/develop.html,v
retrieving revision 1.93
diff -u -r1.93 develop.html
--- htdocs/develop.html	6 Jun 2008 17:00:32 -0000	1.93
+++ htdocs/develop.html	27 Aug 2008 22:23:57 -0000
@@ -395,11 +395,11 @@
        v                                  v
   GCC 4.4 Stage 1 (starts 2008-02-18)      GCC 4.3.0 release (2008-03-05)
        |                                    \
-       v                                     v
-  GCC 4.4 Stage 2 (starts 2008-06-23)      GCC 4.3.1 release (2008-06-06)
-       |
-       v
-  GCC 4.4 Stage 3 (starts 2008-06-23)
+       |                                     v
+       |                                   GCC 4.3.1 release (2008-06-06)
+       |                                       \
+       v                                        v
+  GCC 4.4 Stage 3 (starts 2008-08-31)      GCC 4.3.2 release (2008-08-27)
 
 </pre>
 
Index: htdocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.671
diff -u -r1.671 index.html
--- htdocs/index.html	23 Aug 2008 11:26:17 -0000	1.671
+++ htdocs/index.html	27 Aug 2008 22:23:57 -0000
@@ -44,6 +44,9 @@
 <h2 style="margin-top:0pt;">News</h2>
 
 <dl class="news">
+<dt>August 27, 2008</dt>
+<dd><a href="gcc-4.3/">GCC 4.3.2</a> has been released.</dd>
+
 <dt>June 6, 2008</dt>
 <dd><a href="gcc-4.3/">GCC 4.3.1</a> has been released.</dd>
 
@@ -98,20 +101,17 @@
 <dl class="status">
 
 <dt><strong>Current release series:</strong>
-  <a href="gcc-4.3/">GCC 4.3.1</a>
+  <a href="gcc-4.3/">GCC 4.3.2</a>
 </dt><dd>
   Status:
-  <a href="http://gcc.gnu.org/ml/gcc/2008-08/msg00308.html">2008-08-19</a>
-  (all changes require release manager approval)
-<!--
+  <a href="http://gcc.gnu.org/ml/gcc/2008-08/msg00463.html">2008-08-27</a>
   (regression fixes and docs only).
--->
   <br />
   <a
-  href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=4.3&target_milestone=4.2.5&target_milestone=4.3.2&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&priority=P1&priority=P2&priority=P3&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Serious
+  href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=4.3&target_milestone=4.2.5&target_milestone=4.3.3&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&priority=P1&priority=P2&priority=P3&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Serious
   regressions</a>.
   <a
-  href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=4.3&target_milestone=4.2.5&target_milestone=4.3.2&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">All
+  href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=4.3&target_milestone=4.2.5&target_milestone=4.3.3&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">All
   regressions</a>.
 </dd>
 
@@ -119,7 +119,7 @@
   <a href="gcc-4.2/">GCC 4.2.4</a>
 </dt><dd>
   Status:
-  <a href="http://gcc.gnu.org/ml/gcc/2008-05/msg00153.html">2008-05-12</a>
+  <a href="http://gcc.gnu.org/ml/gcc/2008-05/msg00216.html">2008-05-19</a>
   (regression fixes and docs only).
   <br />
   <a
@@ -138,10 +138,10 @@
   (Stage 1).
   <br />
   <a
-  href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=4.4&target_milestone=4.2.5&target_milestone=4.3.2&target_milestone=4.4.0&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&priority=P1&priority=P2&priority=P3&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Serious
+  href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=4.4&target_milestone=4.2.5&target_milestone=4.3.3&target_milestone=4.4.0&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&priority=P1&priority=P2&priority=P3&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Serious
   regressions</a>.
   <a
-  href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=4.4&target_milestone=4.2.5&target_milestone=4.3.2&target_milestone=4.4.0&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">All
+  href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=4.4&target_milestone=4.2.5&target_milestone=4.3.3&target_milestone=4.4.0&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">All
   regressions</a>.
 </dd>
 
Index: htdocs/releases.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releases.html,v
retrieving revision 1.78
diff -u -r1.78 releases.html
--- htdocs/releases.html	6 Jun 2008 17:00:32 -0000	1.78
+++ htdocs/releases.html	27 Aug 2008 22:23:57 -0000
@@ -35,6 +35,7 @@
 
 <table border="1" cellspacing="0" cellpadding="5">
 <tr><th>Release</th><th>Release date</th></tr>
+<tr><td><a href="gcc-4.3/">GCC 4.3.2</a></td>   <td>August 27, 2008</td></tr>
 <tr><td><a href="gcc-4.3/">GCC 4.3.1</a></td>   <td>June 6, 2008</td></tr>
 <tr><td><a href="gcc-4.2/">GCC 4.2.4</a></td>   <td>May 19, 2008</td></tr>
 <tr><td><a href="gcc-4.3/">GCC 4.3.0</a></td>   <td>March 5, 2008</td></tr>
Index: htdocs/onlinedocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.97
diff -u -r1.97 index.html
--- htdocs/onlinedocs/index.html	19 May 2008 20:33:11 -0000	1.97
+++ htdocs/onlinedocs/index.html	27 Aug 2008 22:23:58 -0000
@@ -16,59 +16,59 @@
      versions.  -->
 
 <ul>
-  <li>GCC 4.3.0 manuals:
+  <li>GCC 4.3.2 manuals:
   <ul>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/">GCC
-         4.3.0 Manual</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc.pdf">also
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/">GCC
+         4.3.2 Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc.pdf">also
          in PDF</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc.ps.gz">PostScript</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc-html.tar.gz">an
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc.ps.gz">PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc-html.tar.gz">an
          HTML tarball</a>)</li>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gfortran/">GCC
-         4.3.0 GNU Fortran Manual</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gfortran.pdf">also
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gfortran/">GCC
+         4.3.2 GNU Fortran Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gfortran.pdf">also
          in PDF</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gfortran.ps.gz">PostScript</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gfortran-html.tar.gz">an
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gfortran.ps.gz">PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gfortran-html.tar.gz">an
          HTML tarball</a>)</li>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcj/">GCC
-         4.3.0 GCJ Manual</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcj.pdf">also
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcj/">GCC
+         4.3.2 GCJ Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcj.pdf">also
          in PDF</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcj.ps.gz">PostScript</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcj-html.tar.gz">an
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcj.ps.gz">PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcj-html.tar.gz">an
          HTML tarball</a>)</li>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/cpp/">GCC 
-         4.3.0 CPP Manual</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/cpp.pdf">also
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/cpp/">GCC 
+         4.3.2 CPP Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/cpp.pdf">also
          in PDF</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/cpp.ps.gz">PostScript</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/cpp-html.tar.gz">an
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/cpp.ps.gz">PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/cpp-html.tar.gz">an
          HTML tarball</a>)</li>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gnat_rm/">GCC
-         4.3.0 GNAT Reference Manual</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gnat_rm.pdf">also
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gnat_rm/">GCC
+         4.3.2 GNAT Reference Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gnat_rm.pdf">also
          in PDF</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gnat_rm.ps.gz">PostScript</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gnat_rm-html.tar.gz">an
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gnat_rm.ps.gz">PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gnat_rm-html.tar.gz">an
          HTML tarball</a>)</li>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gnat_ugn_unw/">GCC
-         4.3.0 GNAT User's Guide</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gnat_ugn_unw.pdf">also
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gnat_ugn_unw/">GCC
+         4.3.2 GNAT User's Guide</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gnat_ugn_unw.pdf">also
          in PDF</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gnat_ugn_unw.ps.gz">PostScript</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gnat_ugn_unw-html.tar.gz">an
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gnat_ugn_unw.ps.gz">PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gnat_ugn_unw-html.tar.gz">an
          HTML tarball</a>)</li>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/libgomp/">GCC 4.3.0
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/libgomp/">GCC 4.3.2
          GNU OpenMP Manual</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/libgomp.pdf">also in
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/libgomp.pdf">also in
          PDF</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/libgomp.ps.gz">PostScript</a> or <a
-         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/libgomp-html.tar.gz">an
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/libgomp.ps.gz">PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/libgomp-html.tar.gz">an
          HTML tarball</a>)</li>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.0/docs-sources.tar.gz">Texinfo
-         sources of all the GCC 4.3.0 manuals</a></li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/docs-sources.tar.gz">Texinfo
+         sources of all the GCC 4.3.2 manuals</a></li>
   </ul></li>
 
   <li>GCC 4.2.4 manuals:

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Gcc-patches mailing list