public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@sourceware.org>
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. bf9d87193528c81b076ff463ff5591e960b6ed63
Date: Tue, 18 Oct 2022 21:11:31 +0000 (GMT)	[thread overview]
Message-ID: <20221018211131.722B53858D32@sourceware.org> (raw)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  bf9d87193528c81b076ff463ff5591e960b6ed63 (commit)
      from  415fcf49f32b634a13eee9f8aed242440359ef2b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bf9d87193528c81b076ff463ff5591e960b6ed63
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Tue Oct 18 23:06:14 2022 +0200

    *: Use <br> instead of <br />
    
    In the past we used <br /> as the canonical form instead of <br>,
    largely driven by XHTML. HTML 5 now actively recommends against
    that, so fall back to <br>.

diff --git a/htdocs/branching.html b/htdocs/branching.html
index 08654534..0d48dce1 100644
--- a/htdocs/branching.html
+++ b/htdocs/branching.html
@@ -67,7 +67,7 @@ version number of the mainline snapshots.
 Run <code>git pull</code> in the <code>gcc-checkout</code> directory of
 the gccadmin account, and then actually install the updated crontab
 there.
-<br />
+<br>
 Generate the next mainline snapshot manually, using the <code>-p</code>
 option of the <code>gcc_release</code> script.  For that single run,
 adjust the script such that the announcement mail is sent to you
diff --git a/htdocs/bugs/management.html b/htdocs/bugs/management.html
index 326ed5a2..28dfa76a 100644
--- a/htdocs/bugs/management.html
+++ b/htdocs/bugs/management.html
@@ -124,7 +124,7 @@ The available priorities are:
   <th>P1</th>
   <td>Most important.  This generally labels a regression which the
     release manager feels should be addressed for the next release
-    including wrong-code regressions.<br />
+    including wrong-code regressions.<br>
     A P1 regression blocks the release.
   </td>
 </tr><tr>
diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index 56c77555..c793058f 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -693,8 +693,8 @@ ltcf-gcj.sh: The master copy of these files is the source repository of
 libtool</a>.  Patches should be posted to <a
 href="mailto:libtool-patches@gnu.org">libtool-patches@gnu.org</a>.
 Only after the change makes it to the libtool source tree should the new
-files be installed in the GCC source tree.<br />
-ltgcc.m4 is not imported from upstream.<br />
+files be installed in the GCC source tree.<br>
+ltgcc.m4 is not imported from upstream.<br>
 ltconfig and ltmain.sh are generated files from ltconfig.in and
 ltmain.in, respectively, and with libtool 2.1, the latter is generated
 from ltmain.m4sh, so, when you post the patch, make sure you're
diff --git a/htdocs/egcs-1.0/buildstat.html b/htdocs/egcs-1.0/buildstat.html
index ceead4ad..b37d705e 100644
--- a/htdocs/egcs-1.0/buildstat.html
+++ b/htdocs/egcs-1.0/buildstat.html
@@ -16,23 +16,23 @@ to gcc-2.7 are noted.</p>
 <p>It looks like many ports are regressing on g++.pt/typename5.C.  It is not
 included in the regression test status below.</p>
 
-<p><b>alpha-dec-osf2.0</b><br />
+<p><b>alpha-dec-osf2.0</b><br>
 3-staged native.  No gcc-2.7 results to compare with, but EGCS test results
 look good.</p>
 
-<p><b>alpha-dec-osf3.2</b><br />
+<p><b>alpha-dec-osf3.2</b><br>
 3-staged native.  No regressions.</p>
 
-<p><b>alpha-dec-osf4.0</b><br />
+<p><b>alpha-dec-osf4.0</b><br>
 3-staged native.  Testing in progress.</p>
 
-<p><b>alphaev56-dec-osf4.0b</b><br />
+<p><b>alphaev56-dec-osf4.0b</b><br>
 3 staged native.  Note EGCS 1.0 treats ev56 just like ev5.</p>
 
-<p><b>alphaev5-unknown-linux-gnulibc1</b><br />
+<p><b>alphaev5-unknown-linux-gnulibc1</b><br>
 3-staged native using binutils-2.8.1.  No regressions.</p>
 
-<p><b>hppa1.1-hp-hpux9</b><br />
+<p><b>hppa1.1-hp-hpux9</b><br>
 3-staged native using HP assembler.  Major regressions in g++ testsuite
 due to problems with EH on this platform.  We recommend using gas on this
 platform.</p>
@@ -43,17 +43,17 @@ platform.</p>
 apparently EH &amp; -fPIC are not playing well together on this 
 configuration.</p>
 
-<p><b>hppa1.1-hp-hpux10.20</b><br />
+<p><b>hppa1.1-hp-hpux10.20</b><br>
 3-staged native using gas.  No regressions.</p>
 
 <p>3-staged native using gas and --enable-shared.  Many EH tests fail,
 apparently EH &amp; -fPIC are not playing well together on this 
 configuration.</p>
 
-<p><b>i686-pc-linux-gnulibc1 Debian 1.3</b><br />
+<p><b>i686-pc-linux-gnulibc1 Debian 1.3</b><br>
 3-staged native using binutils-2.8.0.1.15.  No regressions.</p>
 
-<p><b>i586-pc-linux-gnulibc1 SuSE 5.0</b><br />
+<p><b>i586-pc-linux-gnulibc1 SuSE 5.0</b><br>
 3 staged native using binutils-2.8.1.0.15  No regressions.  Minor EH failures
 due to slightly dated binutils.</p>
 
@@ -61,87 +61,87 @@ due to slightly dated binutils.</p>
 failures, probably due to old binutils too.</p>
 
 
-<p><b>i386-pc-sysv4.2uw2.1.2</b><br />
+<p><b>i386-pc-sysv4.2uw2.1.2</b><br>
 3 staged native with BOOT_CFLAGS='-march=pentiumpro -O3 -malign-jumps=4 -malign-loops=4 -malign-functions=4'  Look like there's some problems with libstdc++ tests.</p>
 
-<p><b>i386-linux-gnulibc1</b><br /></p>
-<p><b>i586-pc-linux-gnu</b><br /></p>
-<p><b>i586-pc-linux-gnulibc1 RH4.2</b><br /></p>
+<p><b>i386-linux-gnulibc1</b><br></p>
+<p><b>i586-pc-linux-gnu</b><br></p>
+<p><b>i586-pc-linux-gnulibc1 RH4.2</b><br></p>
 
-<p><b>i?86-pc-solaris*</b><br />
+<p><b>i?86-pc-solaris*</b><br>
 You'll need a patch to fix an EGCS bug on this platform (fixed as of
 EGCS 1.0.1).</p>
 <!-- faq.html#x86solaris, the relevant patch, was removed in
 version 1.65 of faq.html -->
 
 
-<p><b>i386-pc-bsdi3.0</b><br /></p>
-<p><b>i386-freebsd</b><br /></p>
+<p><b>i386-pc-bsdi3.0</b><br></p>
+<p><b>i386-freebsd</b><br></p>
 
-<p><b>i586-pc-sco3.2v5.0.2</b><br />
+<p><b>i586-pc-sco3.2v5.0.2</b><br>
 3 staged native.</p>
 
-<p><b>i586-pc-sco3.2v5.0.4</b><br />
+<p><b>i586-pc-sco3.2v5.0.4</b><br>
 3-staged native using native assembler.  Tests look good.</p>
 
-<p><b>i686-pc-linux-gnulibc1 Slackware 3.1</b><br />
+<p><b>i686-pc-linux-gnulibc1 Slackware 3.1</b><br>
 3 staged native tests look good.</p>
 
-<p><b>i586-pc-linux-gnulibc1 RH4.0</b><br /></p>
-<p><b>i486-l586-pc-linux-gnulibc1 SuSE 4.4.1#1</b><br /></p>
+<p><b>i586-pc-linux-gnulibc1 RH4.0</b><br></p>
+<p><b>i486-l586-pc-linux-gnulibc1 SuSE 4.4.1#1</b><br></p>
 
-<p><b>mips-sgi-irix4.0.4</b><br />
+<p><b>mips-sgi-irix4.0.4</b><br>
 3 staged native EH tests fail badly for irix4.</p>
 
-<p><b>mips-sgi-irix5.2</b><br /></p>
+<p><b>mips-sgi-irix5.2</b><br></p>
 
-<p><b>mips-sgi-irix5.3</b><br />
+<p><b>mips-sgi-irix5.3</b><br>
 3-staged native g++.jason/dtor5.C regressions.</p>
 
-<p><b>mips-sgi-irix6.2</b><br />
+<p><b>mips-sgi-irix6.2</b><br>
 3-staged native.  g++.jason/rfg10.C regression.</p>
 
-<p><b>mips-sgi-irix6.3</b><br />
+<p><b>mips-sgi-irix6.3</b><br>
 3-staged native. g++.jason/rfg10.C regression.</p>
 
-<p><b>m68k-unknown-linux-gnulibc1</b><br />
+<p><b>m68k-unknown-linux-gnulibc1</b><br>
 3-staged native.</p>
 
-<p><b>m68k-hp-netbsd1.2</b><br /></p>
+<p><b>m68k-hp-netbsd1.2</b><br></p>
 
-<p><b>m68k-next-nextstep3</b><br />
+<p><b>m68k-next-nextstep3</b><br>
 3-staged native.  Much better than gcc-2.7.2.3 for C code.</p>
 
-<p><b>m68k-sun-sunos4.1.1</b><br /></p>
+<p><b>m68k-sun-sunos4.1.1</b><br></p>
 
-<p><b>rs6000-ibm-aix4.3.2</b><br /></p>
+<p><b>rs6000-ibm-aix4.3.2</b><br></p>
 
-<p><b>powerpc-ibm-aix4.1.5</b><br />
+<p><b>powerpc-ibm-aix4.1.5</b><br>
 3-staged native.  931004-11 and 931004-12 regress.</p>
 
-<p><b>powerpc-ibm-aix4.2.1.0</b><br />
+<p><b>powerpc-ibm-aix4.2.1.0</b><br>
 3 staged native. 931004-11 , 931004-12 a few g++ tests too.  Note we have
 conflicting g++ test results on this platform.</p>
 
-<p><b>powerpc-ibm-aix4.2</b><br /></p>
+<p><b>powerpc-ibm-aix4.2</b><br></p>
 
-<p><b>powerpc-unknown-linux-gnulibc1</b><br />
+<p><b>powerpc-unknown-linux-gnulibc1</b><br>
 3-staged native --enable shared (PowerMac).</p>
 
-<p><b>sparc-sun-solaris2.6</b><br />
+<p><b>sparc-sun-solaris2.6</b><br>
 3-staged native ultrasparc 2.</p>
 
-<p><b>sparc-sun-solaris2.5</b><br />
+<p><b>sparc-sun-solaris2.5</b><br>
 3 staged native --enable-haifa  no regressions.</p>
 
-<p><b>sparc-sun-solaris2.5.1</b><br />
+<p><b>sparc-sun-solaris2.5.1</b><br>
 3-staged native.</p>
 
 <p>3-staged native --enable-haifa no regressions.</p>
 
 <p>3-staged native --enable-shared --with-gnu-gas --with-gnu-ld.</p>
 
-<p><b>sparc-sun-sunos4.1.3</b><br /></p>
+<p><b>sparc-sun-sunos4.1.3</b><br></p>
 
 </body>
 </html>
diff --git a/htdocs/egcs-1.0/caveats.html b/htdocs/egcs-1.0/caveats.html
index 4142e2f0..8a72b9d9 100644
--- a/htdocs/egcs-1.0/caveats.html
+++ b/htdocs/egcs-1.0/caveats.html
@@ -12,7 +12,7 @@
   <li>EGCS has an integrated libstdc++, but does not have an integrated libg++.
   Furthermore old libg++ releases will not work with egc; HJ Lu has made a 
   libg++-2.8.1.2 available which may work with EGCS.
-  <br />Note most C++ programs only need libstdc++.</li>
+  <br>Note most C++ programs only need libstdc++.</li>
 
   <li>Note that using -pedantic or -Wreturn-type can cause an explosion in the
   amount of memory needed for template-heavy C++ code, such as code that uses
diff --git a/htdocs/egcs-1.0/features.html b/htdocs/egcs-1.0/features.html
index e1765723..d6cad78e 100644
--- a/htdocs/egcs-1.0/features.html
+++ b/htdocs/egcs-1.0/features.html
@@ -33,7 +33,7 @@
   Support for RTEMS on several embedded targets, 
   Support for arm-linux,
   Mitsubishi M32R, Hitachi H8/S, Matsushita MN102 and MN103, NEC V850,
-  Sparclet, Solaris &amp; GNU/Linux on PowerPCs, etc.<br /></li>
+  Sparclet, Solaris &amp; GNU/Linux on PowerPCs, etc.<br></li>
   <li>Integrated testsuites for gcc, g++, g77, libstdc++ and libio.</li>
   <li>RS6000/PowerPC ports generate code which can run on all RS6000/PowerPC
   variants by default.</li>
diff --git a/htdocs/egcs-1.0/index.html b/htdocs/egcs-1.0/index.html
index f1109739..7fd8dbbb 100644
--- a/htdocs/egcs-1.0/index.html
+++ b/htdocs/egcs-1.0/index.html
@@ -9,11 +9,11 @@
 <h1>EGCS 1.0</h1>
 
 <p>December 3, 1997:
-   We are pleased to announce the release of EGCS 1.0.<br />
+   We are pleased to announce the release of EGCS 1.0.<br>
 January 6, 1998:
-   We are pleased to announce the release of EGCS 1.0.1.<br />
+   We are pleased to announce the release of EGCS 1.0.1.<br>
 March 16, 1998:
-   We are pleased to announce the release of EGCS 1.0.2.<br />
+   We are pleased to announce the release of EGCS 1.0.2.<br>
 May 15, 1998
    We are pleased to announce the release of EGCS 1.0.3.
 </p>
@@ -216,7 +216,7 @@ downloading EGCS (go.cygnus.com)!</p>
 <p>Download EGCS from ftp.cygnus.com (USA California) or
 go.cygnus.com (USA California -- High speed link provided by Stanford).</p>
 
-<p>The EGCS 1.0 release is also available many mirror sites.<br />
+<p>The EGCS 1.0 release is also available many mirror sites.<br>
 <a href="../mirrors.html">Goto mirror list to find a closer site</a></p>
 
 <p>We'd like to thank the numerous people that have contributed new
diff --git a/htdocs/egcs-1.1/buildstat.html b/htdocs/egcs-1.1/buildstat.html
index 5c6218ec..67d69df4 100644
--- a/htdocs/egcs-1.1/buildstat.html
+++ b/htdocs/egcs-1.1/buildstat.html
@@ -10,130 +10,130 @@
 <body>
 <h1>Build and Test status for EGCS 1.1</h1>
 
-<p><b>alpha-dec-osf3.2</b><br />
+<p><b>alpha-dec-osf3.2</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0b</b><br />
+<p><b>alphaev56-dec-osf4.0b</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0d</b><br />
+<p><b>alphaev56-dec-osf4.0d</b><br>
 Successful</p>
 
-<p><b>alphaev56-unknown-linux-gnu</b><br />
+<p><b>alphaev56-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>alphaev5-unknown-linux-gnu</b><br />
+<p><b>alphaev5-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>alphapca56-unknown-linux-gnu</b><br />
+<p><b>alphapca56-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux9.05</b><br />
+<p><b>hppa1.1-hp-hpux9.05</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux9.07</b><br />
+<p><b>hppa1.1-hp-hpux9.07</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux10.20</b><br />
+<p><b>hppa1.1-hp-hpux10.20</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux11.00</b><br />
+<p><b>hppa1.1-hp-hpux11.00</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.6</b><br />
+<p><b>i386-pc-solaris2.6</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.7</b><br />
+<p><b>i386-pc-solaris2.7</b><br>
 Successful</p>
 
-<p><b>i386-unknown-freebsd3.1</b><br />
+<p><b>i386-unknown-freebsd3.1</b><br>
 Successful</p>
 
-<p><b>i386-unknown-openbsd2.3</b><br />
+<p><b>i386-unknown-openbsd2.3</b><br>
 Had to hack gcc/configure.in.  Troubles with texinfo, but a successful build
 was eventually possible.</p>
-<p><b>i586-unknown-linux-gnulibc1</b><br />
+<p><b>i586-unknown-linux-gnulibc1</b><br>
 Successful</p>
 
-<p><b>i586-unknown-linux-gnu Debian</b><br />
+<p><b>i586-unknown-linux-gnu Debian</b><br>
 Successful</p>
 
-<p><b>i686-unknown-linux-gnu</b><br />
+<p><b>i686-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>i686-pc-cygwin32</b><br />
+<p><b>i686-pc-cygwin32</b><br>
 Successful</p>
 
-<p><b>i686-UnixWare7-sysv5</b><br />
+<p><b>i686-UnixWare7-sysv5</b><br>
 Successful</p>
 
-<p><b>i686-pc-sco3.2v5.0.4</b><br />
+<p><b>i686-pc-sco3.2v5.0.4</b><br>
 Successful</p>
 
-<p><b>i686-pc-sco3.2v5.0.5</b><br />
+<p><b>i686-pc-sco3.2v5.0.5</b><br>
 Successful</p>
 
-<p><b>x86-unknown-linux-gnu Red Hat 5.1</b><br />
+<p><b>x86-unknown-linux-gnu Red Hat 5.1</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix5.2</b><br />
+<p><b>mips-sgi-irix5.2</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix5.3</b><br />
+<p><b>mips-sgi-irix5.3</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.2</b><br />
+<p><b>mips-sgi-irix6.2</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.3</b><br />
+<p><b>mips-sgi-irix6.3</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.4</b><br />
+<p><b>mips-sgi-irix6.4</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.5</b><br />
+<p><b>mips-sgi-irix6.5</b><br>
 Successful</p>
 
-<p><b>m68k-next-nextstep3</b><br />
+<p><b>m68k-next-nextstep3</b><br>
 Successful</p>
 
-<p><b>powerpc-unknown-linux-gnulibc1</b> <br />
+<p><b>powerpc-unknown-linux-gnulibc1</b> <br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix3.2</b> <br />
+<p><b>rs6000-ibm-aix3.2</b> <br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.1.4.0</b> <br />
+<p><b>rs6000-ibm-aix4.1.4.0</b> <br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.1.5.0</b> <br />
+<p><b>rs6000-ibm-aix4.1.5.0</b> <br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.2.0.0</b> <br />
+<p><b>rs6000-ibm-aix4.2.0.0</b> <br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.2.1.0</b> <br />
+<p><b>rs6000-ibm-aix4.2.1.0</b> <br>
 Successful</p>
 
-<p><b>sparc-unknown-linux-gnu (sun4m)</b> <br />
+<p><b>sparc-unknown-linux-gnu (sun4m)</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.3</b> <br />
+<p><b>sparc-sun-solaris2.3</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.5</b> <br />
+<p><b>sparc-sun-solaris2.5</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.5.1</b> <br />
+<p><b>sparc-sun-solaris2.5.1</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.6</b> <br />
+<p><b>sparc-sun-solaris2.6</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.7</b> <br />
+<p><b>sparc-sun-solaris2.7</b> <br>
 Successful</p>
 
-<p><b>sparc-sun-sunos4.1.4</b> <br />
+<p><b>sparc-sun-sunos4.1.4</b> <br>
 Successful</p>
 
 </body>
diff --git a/htdocs/egcs-1.1/caveats.html b/htdocs/egcs-1.1/caveats.html
index ca1004ac..a033ebfb 100644
--- a/htdocs/egcs-1.1/caveats.html
+++ b/htdocs/egcs-1.1/caveats.html
@@ -12,7 +12,7 @@
   <li>EGCS has an integrated libstdc++, but does not have an integrated libg++.
   Furthermore old libg++ releases will not work with EGCS; HJ Lu has made a 
   libg++-2.8.1.2 snapshot available which may work with EGCS.
-  <br />Note most C++ programs only need libstdc++.</li>
+  <br>Note most C++ programs only need libstdc++.</li>
 
   <li> Exception handling may not work with shared libraries, particularly
   on alphas, hppas, rs6000/powerpc and mips based platforms.  Exception
diff --git a/htdocs/egcs-1.1/egcs-1.1-branch.html b/htdocs/egcs-1.1/egcs-1.1-branch.html
index 85df32eb..34c91688 100644
--- a/htdocs/egcs-1.1/egcs-1.1-branch.html
+++ b/htdocs/egcs-1.1/egcs-1.1-branch.html
@@ -17,11 +17,11 @@ situation you have three choices for handling your CVS tree.</p>
        EGCS sources.</li>
   <li> Track just the EGCS 1.1 release.  You can convert your existing CVS tree
        to track the EGCS 1.1 release with the command:
-       <br /><code>cvs update -regcs_1_1_branch</code></li>
+       <br><code>cvs update -regcs_1_1_branch</code></li>
   <li> Track both the EGCS 1.1 release and the development sources.  You will
        need to check out the EGCS 1.1 release in a separate directory using the
        command:
-       <br /><code>cvs co -regcs_1_1_branch egcs</code></li>
+       <br><code>cvs co -regcs_1_1_branch egcs</code></li>
 </ol>
 
 <p>Considering that the primary focus of the project is on the egc-1.1 release,
diff --git a/htdocs/egcs-1.1/egcs-1.1-test.html b/htdocs/egcs-1.1/egcs-1.1-test.html
index 36eff1a5..89b8c293 100644
--- a/htdocs/egcs-1.1/egcs-1.1-test.html
+++ b/htdocs/egcs-1.1/egcs-1.1-test.html
@@ -19,28 +19,28 @@
        (x86, alpha, SPARC).  Testing on powerpc and m68k would also be
        appreciated.
 
-       <br />We are testing a development version of glibc.  The sources for
+       <br>We are testing a development version of glibc.  The sources for
        testing can be found on the egcs ftp server.
  
-       <br />x86 has successfully passed the glibc test.
-       <br />ppc has passed using different versions of the glibc sources
-       <br />alpha "passed" (failures were glibc problems, not compiler problems).
-       <br />SPARC builds and passes all glibc testsuites.
+       <br>x86 has successfully passed the glibc test.
+       <br>ppc has passed using different versions of the glibc sources
+       <br>alpha "passed" (failures were glibc problems, not compiler problems).
+       <br>SPARC builds and passes all glibc testsuites.
        </li>
 
   <li> Linux kernel builds and runs (and 2.1.115).  Platforms will be
        x86, alpha.  SPARC &amp; PowerPC kernel tests would also be greatly
        appreciated.
 
-       <br />x86 has passed the kernel test (2.1.115)
+       <br>x86 has passed the kernel test (2.1.115)
 
-       <br />PowerPC has passed using different versions of the kernel
+       <br>PowerPC has passed using different versions of the kernel
 
-       <br />Alpha has had problems with 2.1.115, 2.1.116.  Some success with
+       <br>Alpha has had problems with 2.1.115, 2.1.116.  Some success with
        2.1.117, but it still locks up.  Could be a kernel problem.  A different
        person has reported success with 2.1.115 through 2.1.118.
 
-       <br />SPARC and SPARC64 linux kernels successfully build and work
+       <br>SPARC and SPARC64 linux kernels successfully build and work
        for non-SMP configurations.
        </li>
        
diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html
index 590fb2a3..08674824 100644
--- a/htdocs/egcs-1.1/index.html
+++ b/htdocs/egcs-1.1/index.html
@@ -9,8 +9,8 @@
 
 <h1>EGCS 1.1</h1>
 
-<p>September 3, 1998: We are pleased to announce the release of EGCS 1.1.<br />
-December 1, 1998: We are pleased to announce the release of EGCS 1.1.1.<br />
+<p>September 3, 1998: We are pleased to announce the release of EGCS 1.1.<br>
+December 1, 1998: We are pleased to announce the release of EGCS 1.1.1.<br>
 March 15, 1999: We are pleased to announce the release of EGCS 1.1.2.</p>
 
 <p>EGCS is a free software project to further the development of the
@@ -275,7 +275,7 @@ group of volunteers</a> is what makes EGCS successful.</p>
 
 <p>Download EGCS from egcs.cygnus.com (USA California).</p>
 
-<p>The EGCS 1.1 release is also available on many mirror sites.<br />
+<p>The EGCS 1.1 release is also available on many mirror sites.<br>
 <a href="../mirrors.html">Goto mirror list to find a closer site</a>.</p>
 
 </body>
diff --git a/htdocs/gcc-2.95/branch.html b/htdocs/gcc-2.95/branch.html
index 40e080d3..1f92ed1b 100644
--- a/htdocs/gcc-2.95/branch.html
+++ b/htdocs/gcc-2.95/branch.html
@@ -17,12 +17,12 @@ situation you have three choices for handling your CVS tree.</p>
        gcc sources.</li>
   <li> Track just the GCC 2.95 release.  You can convert your existing CVS tree
        to track the GCC 2.95 release with the command:
-       <br />
+       <br>
        <code>cvs update -rgcc-2_95-branch</code></li>
   <li> Track both the GCC 2.95 release and the development sources.  You will
        need to check out the GCC 2.95 release in a separate directory using the
        command:
-       <br />
+       <br>
        <code>cvs co -rgcc-2_95-branch egcs</code></li>
 </ol>
 
diff --git a/htdocs/gcc-2.95/buildstat.html b/htdocs/gcc-2.95/buildstat.html
index 40dfed15..fdf611db 100644
--- a/htdocs/gcc-2.95/buildstat.html
+++ b/htdocs/gcc-2.95/buildstat.html
@@ -10,257 +10,257 @@
 <body>
 <h1>Build status for GCC 2.95</h1>
 
-<p><b>alpha-dec-osf4.0b</b><br />
+<p><b>alpha-dec-osf4.0b</b><br>
 Successful</p>
 
-<p><b>alpha-dec-osf4.0d</b><br />
+<p><b>alpha-dec-osf4.0d</b><br>
 Successful</p>
 
-<p><b>alpha-dec-osf4.0e</b><br />
+<p><b>alpha-dec-osf4.0e</b><br>
 Successful</p>
 
-<p><b>alpha-dec-osf4.0f</b><br />
+<p><b>alpha-dec-osf4.0f</b><br>
 Successful</p>
 
-<p><b>alphaev5-dec-osf4.0b</b><br />
+<p><b>alphaev5-dec-osf4.0b</b><br>
 Successful</p>
 
-<p><b>alphaev5-dec-osf4.0d</b><br />
+<p><b>alphaev5-dec-osf4.0d</b><br>
 Successful</p>
 
-<p><b>alphaev5-dec-osf4.0d</b><br />
+<p><b>alphaev5-dec-osf4.0d</b><br>
 Successful</p>
 
-<p><b>alphaev5-dec-osf4.0f</b><br />
+<p><b>alphaev5-dec-osf4.0f</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0b</b><br />
+<p><b>alphaev56-dec-osf4.0b</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0c</b><br />
+<p><b>alphaev56-dec-osf4.0c</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0d</b><br />
+<p><b>alphaev56-dec-osf4.0d</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0e</b><br />
+<p><b>alphaev56-dec-osf4.0e</b><br>
 Successful</p>
 
-<p><b>alphaev56-dec-osf4.0f</b><br />
+<p><b>alphaev56-dec-osf4.0f</b><br>
 Successful</p>
 
-<p><b>alphaev56-unknown-linux-gnu</b><br />
+<p><b>alphaev56-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>alphaev6-dec-osf4.0e</b><br />
+<p><b>alphaev6-dec-osf4.0e</b><br>
 Successful</p>
 
-<p><b>alphaev6-dec-osf4.0f</b><br />
+<p><b>alphaev6-dec-osf4.0f</b><br>
 Successful</p>
 
-<p><b>alphaev6-dec-osf5.0</b><br />
+<p><b>alphaev6-dec-osf5.0</b><br>
 Successful</p>
 
-<p><b>alphaev6-unknown-linux-gnu</b><br />
+<p><b>alphaev6-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>alphapca56-unknown-linux-gnu</b><br />
+<p><b>alphapca56-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>armv4l-unknown-linux-gnu</b><br />
+<p><b>armv4l-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>clipper-intergraph-clix</b><br />
+<p><b>clipper-intergraph-clix</b><br>
 Successful, but requires hacks</p>
 
-<p><b>hppa1.1-hp-hpux9.00</b><br />
+<p><b>hppa1.1-hp-hpux9.00</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux9.05</b><br />
+<p><b>hppa1.1-hp-hpux9.05</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux10.01</b><br />
+<p><b>hppa1.1-hp-hpux10.01</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux10.10</b><br />
+<p><b>hppa1.1-hp-hpux10.10</b><br>
 Successful</p>
 
-<p><b>hppa1.1-hp-hpux10.20</b><br />
+<p><b>hppa1.1-hp-hpux10.20</b><br>
 Successful</p>
 
-<p><b>hppa2.0-hp-hpux10.20</b><br />
+<p><b>hppa2.0-hp-hpux10.20</b><br>
 Successful</p>
 
-<p><b>i386-sequent-sysv4</b><br />
+<p><b>i386-sequent-sysv4</b><br>
 Successful</p>
 
-<p><b>i386-univel-sysv4.2MP</b><br />
+<p><b>i386-univel-sysv4.2MP</b><br>
 Successful</p>
 
-<p><b>i386-unknown-freebsdelf</b><br />
+<p><b>i386-unknown-freebsdelf</b><br>
 Successful</p>
 
-<p><b>i386-unknown-netbsd1.4.1</b><br />
+<p><b>i386-unknown-netbsd1.4.1</b><br>
 Successful</p>
 
-<p><b>i386-unknown-openbsd2.5</b><br />
+<p><b>i386-unknown-openbsd2.5</b><br>
 Successful</p>
 
-<p><b>i386-pc-sysv4.2uw2.1.2</b><br />
+<p><b>i386-pc-sysv4.2uw2.1.2</b><br>
 Successful</p>
 
-<p><b>i386-pc-sysv4.2uw2.1.3</b><br />
+<p><b>i386-pc-sysv4.2uw2.1.3</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.5</b><br />
+<p><b>i386-pc-solaris2.5</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.5.1</b><br />
+<p><b>i386-pc-solaris2.5.1</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.6</b><br />
+<p><b>i386-pc-solaris2.6</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.7</b><br />
+<p><b>i386-pc-solaris2.7</b><br>
 Successful</p>
 
-<p><b>i386-pc-solaris2.8</b><br />
+<p><b>i386-pc-solaris2.8</b><br>
 Successful</p>
 
-<p><b>i486-pc-linux-gnulibc1</b><br />
+<p><b>i486-pc-linux-gnulibc1</b><br>
 Successful</p>
 
-<p><b>i486-pc-linux-gnu</b><br />
+<p><b>i486-pc-linux-gnu</b><br>
 Successful</p>
 
-<p><b>i486-pc-sysv4.0</b><br />
+<p><b>i486-pc-sysv4.0</b><br>
 Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2003-01/msg01219.html">2.95.3</a></p>
 
-<p><b>i586-pc-linux-gnu</b><br />
+<p><b>i586-pc-linux-gnu</b><br>
 Successful</p>
 
-<p><b>i586-pc-linux-gnulibc1</b><br />
+<p><b>i586-pc-linux-gnulibc1</b><br>
 Successful</p>
 
-<p><b>i386-pc-sco3.2v5.0.5</b><br />
+<p><b>i386-pc-sco3.2v5.0.5</b><br>
 Successful</p>
 
-<p><b>i586-pc-sco3.2v5.0.5</b><br />
+<p><b>i586-pc-sco3.2v5.0.5</b><br>
 Successful</p>
 
-<p><b>i586-unisys-sysv4</b><br />
+<p><b>i586-unisys-sysv4</b><br>
 Successful</p>
 
-<p><b>i686-pc-linux-gnu</b><br />
+<p><b>i686-pc-linux-gnu</b><br>
 Successful</p>
 
-<p><b>i686-pc-linux-gnulibc1</b><br />
+<p><b>i686-pc-linux-gnulibc1</b><br>
 Successful</p>
 
-<p><b>m68k-apple-netbsd1.5.1</b><br />
+<p><b>m68k-apple-netbsd1.5.1</b><br>
 Successful</p>
 
-<p><b>m68k-sun-sunos4.1.1_U1</b><br />
+<p><b>m68k-sun-sunos4.1.1_U1</b><br>
 Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2003-01/msg01018.html">2.95.2</a></p>
 
-<p><b>mips-dec-ultrix4.4</b><br />
+<p><b>mips-dec-ultrix4.4</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix5.3</b><br />
+<p><b>mips-sgi-irix5.3</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.2</b><br />
+<p><b>mips-sgi-irix6.2</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.3</b><br />
+<p><b>mips-sgi-irix6.3</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.4</b><br />
+<p><b>mips-sgi-irix6.4</b><br>
 Successful</p>
 
-<p><b>mips-sgi-irix6.5</b><br />
+<p><b>mips-sgi-irix6.5</b><br>
 Successful</p>
 
-<p><b>mipsel-unknown-linux-gnu</b><br />
+<p><b>mipsel-unknown-linux-gnu</b><br>
 Un-successful.  Needs tweaks to gcc/mips/linux.h</p>
 
-<p><b>powerpc-ibm-aix4.1.3.0</b><br />
+<p><b>powerpc-ibm-aix4.1.3.0</b><br>
 Successful</p>
 
-<p><b>powerpc-ibm-aix4.1.5.0</b><br />
+<p><b>powerpc-ibm-aix4.1.5.0</b><br>
 Successful</p>
 
-<p><b>powerpc-ibm-aix4.2.1.0</b><br />
+<p><b>powerpc-ibm-aix4.2.1.0</b><br>
 Successful</p>
 
-<p><b>powerpc-ibm-aix4.3.2.0</b><br />
+<p><b>powerpc-ibm-aix4.3.2.0</b><br>
 Successful</p>
 
-<p><b>powerpc-ibm-aix4.3.3.0</b><br />
+<p><b>powerpc-ibm-aix4.3.3.0</b><br>
 Successful</p>
 
-<p><b>powerpc-unknown-linux-gnulibc1</b><br />
+<p><b>powerpc-unknown-linux-gnulibc1</b><br>
 Successful</p>
 
-<p><b>powerpc-unknown-linux-gnu</b><br />
+<p><b>powerpc-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix3.2.5 </b><br />
+<p><b>rs6000-ibm-aix3.2.5 </b><br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.2.1.0</b><br />
+<p><b>rs6000-ibm-aix4.2.1.0</b><br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.1.5.0</b><br />
+<p><b>rs6000-ibm-aix4.1.5.0</b><br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.3.2.0</b><br />
+<p><b>rs6000-ibm-aix4.3.2.0</b><br>
 Successful</p>
 
-<p><b>rs6000-ibm-aix4.3.3.0</b><br />
+<p><b>rs6000-ibm-aix4.3.3.0</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.4</b><br />
+<p><b>sparc-sun-solaris2.4</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.5</b><br />
+<p><b>sparc-sun-solaris2.5</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.5.1</b><br />
+<p><b>sparc-sun-solaris2.5.1</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.6</b><br />
+<p><b>sparc-sun-solaris2.6</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.7</b><br />
+<p><b>sparc-sun-solaris2.7</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.8</b><br />
+<p><b>sparc-sun-solaris2.8</b><br>
 Successful</p>
 
-<p><b>sparc-sun-solaris2.9</b><br />
+<p><b>sparc-sun-solaris2.9</b><br>
 Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-06/msg01553.html">2.95.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-09/msg00284.html">2.95.3</a></p>
 
-<p><b>sparc-sun-solaris2.* (64 bits)</b><br />
+<p><b>sparc-sun-solaris2.* (64 bits)</b><br>
 Not supported</p>
 
-<p><b>sparc-sun-sunos4.1.3</b><br />
+<p><b>sparc-sun-sunos4.1.3</b><br>
 Successful</p>
 
-<p><b>sparc-sun-sunos4.1.3_U1</b><br />
+<p><b>sparc-sun-sunos4.1.3_U1</b><br>
 Successful</p>
 
-<p><b>sparc-sun-sunos4.1.4</b><br />
+<p><b>sparc-sun-sunos4.1.4</b><br>
 Successful</p>
 
-<p><b>sparc-unknown-linux-gnu</b><br />
+<p><b>sparc-unknown-linux-gnu</b><br>
 Successful</p>
 
-<p><b>vax-dec-ultrix4.3</b><br />
+<p><b>vax-dec-ultrix4.3</b><br>
 Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-06/msg01383.html">2.95.3</a></p>
 
diff --git a/htdocs/gcc-2.95/caveats.html b/htdocs/gcc-2.95/caveats.html
index 039d89d9..eff6363d 100644
--- a/htdocs/gcc-2.95/caveats.html
+++ b/htdocs/gcc-2.95/caveats.html
@@ -38,7 +38,7 @@
   retrieve a recent copy of libg++ from the
   <a href="ftp://gcc.gnu.org/pub/gcc/infrastructure/libg++-2.8.1.3.tar.gz">GCC
   ftp server</a>.
-  <br />Note most C++ programs only need libstdc++.</li>
+  <br>Note most C++ programs only need libstdc++.</li>
 
   <li> Exception handling may not work with shared libraries, particularly
   on alphas, hppas, rs6000/powerpc and mips based platforms.  Exception
diff --git a/htdocs/gcc-2.95/othertest.html b/htdocs/gcc-2.95/othertest.html
index dd9db6bc..75f63eb0 100644
--- a/htdocs/gcc-2.95/othertest.html
+++ b/htdocs/gcc-2.95/othertest.html
@@ -66,7 +66,7 @@ N/A
 N/A
 </td>
 <td>
--O2 OK<br />
+-O2 OK<br>
 -O3 -funroll-loops fails
 </td>
 </tr>
diff --git a/htdocs/gcc-2.95/regress.html b/htdocs/gcc-2.95/regress.html
index a83b2a61..5a02b1f7 100644
--- a/htdocs/gcc-2.95/regress.html
+++ b/htdocs/gcc-2.95/regress.html
@@ -184,10 +184,10 @@ i686-pc-sco3.2v5.0.5
 OK
 </td>
 <td>
-libstdc++<br />
-typename8.C<br />
-sig13.C<br />
-new3.C<br />
+libstdc++<br>
+typename8.C<br>
+sig13.C<br>
+new3.C<br>
 </td>
 <td>
 OK
@@ -383,7 +383,7 @@ N/A
 N/A
 </td>
 <td>
--O2 OK<br />
+-O2 OK<br>
 -O3 -funroll-loops fails
 </td>
 </tr>
diff --git a/htdocs/gcc-2.95/testing.html b/htdocs/gcc-2.95/testing.html
index 7cce666e..6bc6adf2 100644
--- a/htdocs/gcc-2.95/testing.html
+++ b/htdocs/gcc-2.95/testing.html
@@ -24,14 +24,14 @@ to set up the infrastructure needed to run the testsuite at all.</p>
 <ol>
 
 <li>Download gcc-2.95.2 and the current testsuite:
-<br /><a href="ftp://gcc.gnu.org/pub/gcc/releases/gcc-2.95.2/gcc-2.95.2.tar.gz">
+<br><a href="ftp://gcc.gnu.org/pub/gcc/releases/gcc-2.95.2/gcc-2.95.2.tar.gz">
 gcc-2.95.2.tar.gz</a>
-<br /><a href="ftp://gcc.gnu.org/pub/gcc/snapshots/2000-11-27/gcc-tests-20001127.tar.gz">gcc-tests-20001127.tar.gz</a>
+<br><a href="ftp://gcc.gnu.org/pub/gcc/snapshots/2000-11-27/gcc-tests-20001127.tar.gz">gcc-tests-20001127.tar.gz</a>
 </li>
 
 <li><p>Extract both, then move the testsuite into the right place:</p>
 <blockquote><code>
-  rm -rf gcc-2.95.2/gcc/testsuite<br />
+  rm -rf gcc-2.95.2/gcc/testsuite<br>
   mv gcc-20001127/gcc/testsuite gcc-2.95.2/gcc/
 </code></blockquote>
 </li>
diff --git a/htdocs/gcc-3.0/buildstat.html b/htdocs/gcc-3.0/buildstat.html
index 33996033..e751f9a8 100644
--- a/htdocs/gcc-3.0/buildstat.html
+++ b/htdocs/gcc-3.0/buildstat.html
@@ -46,7 +46,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-09/msg00536.html">3.0.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2001-12/msg00880.html">3.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00624.html">3.0.3</a>;
-<br />Successful (C, C++, F77, Java):
+<br>Successful (C, C++, F77, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01488.html">3.0.4</a></td>
 </tr>
 
@@ -187,7 +187,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>LFS 3.0 (Linux from Scratch), glibc 2.2.5, kernel 2.4.16</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01641.html">3.0.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00613.html">3.0.4</a>
 </td>
 </tr>
@@ -220,7 +220,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2001-07/msg00390.html">3.0</a>;
-<br />Successful (C, C++):
+<br>Successful (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01670.html">3.0.4</a></td>
 </tr>
 
@@ -230,11 +230,11 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg00193.html">3.0</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00621.html">3.0.3</a>;
-<br />Successful (C):
+<br>Successful (C):
 <a href="https://gcc.gnu.org/ml/gcc/2001-12/msg01290.html">3.0.3</a>;
-<br />Successful (C, C++, F77, Java):
+<br>Successful (C, C++, F77, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01633.html">3.0.4</a>;
-<br />Successful (C, C++):
+<br>Successful (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01670.html">3.0.4</a>
 </td>
 </tr>
@@ -337,7 +337,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00610.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01581.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00581.html">3.0.4</a>
 </td>
 </tr>
@@ -419,7 +419,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2001-07/msg00152.html">3.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00513.html">3.0.4</a>
 </td>
 </tr>
@@ -473,9 +473,9 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-11/msg00214.html">3.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00242.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01517.html">3.0.4</a>;
-<br />Unsuccessful:
+<br>Unsuccessful:
 <a href="https://gcc.gnu.org/ml/gcc/2001-12/msg00363.html">3.0 and 3.0.1</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00549.html">3.0.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00487.html">3.0.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00465.html">3.0.4</a>
@@ -515,7 +515,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Cygwin-1.3.5-3 on Windows XP Professional</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00946.html">3.0.3</a>;
-<br />Successful with modifications:
+<br>Successful with modifications:
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg00119.html">3.0.3</a></td>
 </tr>
 
@@ -761,7 +761,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.2, glibc 2.2.4, kernel 2.4.17</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-03/msg00310.html">3.0.4</a>;
-<br />Successful (C, C++, ObjC):
+<br>Successful (C, C++, ObjC):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01140.html">3.0.3</a></td>
 </tr>
 
@@ -799,7 +799,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Slackware 7.1, glibc 2.1.3, kernel 2.4.17</td>
 <td>Successful (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2001-12/msg01286.html">3.0.3</a>;
-<br />Successful (C, C++, Java):
+<br>Successful (C, C++, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2002-03/msg01201.html">3.0.4</a></td>
 </tr>
 
@@ -910,7 +910,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-09/msg00863.html">3.0.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00281.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01623.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00578.html">3.0.4</a>
 </td>
 </tr>
@@ -928,7 +928,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg01024.html">3.0.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00498.html">3.0.4</a>
 </td>
 </tr>
@@ -941,9 +941,9 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg01024.html">3.0.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00316.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01483.html">3.0.4</a>;
-<br />Successful (C,C++):
+<br>Successful (C,C++):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01343.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00576.html">3.0.4</a>
 </td>
 </tr>
@@ -953,7 +953,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C and C++):
 <a href="https://gcc.gnu.org/ml/gcc/2001-12/msg00127.html">3.0.2</a>;
-<br />Successful:
+<br>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-03/msg00540.html">3.0.4</a></td>
 </tr>
 
@@ -1096,9 +1096,9 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg00842.html">3.0</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg01024.html">3.0.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00338.html">3.0.3</a>;
-<br />Successful (C, C++, Java):
+<br>Successful (C, C++, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01622.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00535.html">3.0.4</a>
 </td>
 </tr>
@@ -1111,7 +1111,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2001-08/msg01024.html">3.0.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00275.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01345.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00497.html">3.0.4</a>
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00536.html">3.0.4</a>,
 </td>
@@ -1127,9 +1127,9 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2002-01/msg00289.html">3.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01345.html">3.0.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-03/msg01374.html">3.0.4</a>;
-<br />Successful (C,C++):
+<br>Successful (C,C++):
 <a href="https://gcc.gnu.org/ml/gcc/2002-02/msg01343.html">3.0.4</a>;
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00537.html">3.0.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-02/msg00467.html">3.0.4</a>
 </td>
diff --git a/htdocs/gcc-3.0/index.html b/htdocs/gcc-3.0/index.html
index baab1bae..864d01d1 100644
--- a/htdocs/gcc-3.0/index.html
+++ b/htdocs/gcc-3.0/index.html
@@ -53,9 +53,9 @@ or our CVS server.</p>
 <h2>Previous 3.0.x Releases</h2>
 
 <p>
-December 20, 2001: GCC 3.0.3 has been released.<br />
-October 25, 2001: GCC 3.0.2 has been released.<br />
-August 20, 2001: GCC 3.0.1 has been released.<br />
+December 20, 2001: GCC 3.0.3 has been released.<br>
+October 25, 2001: GCC 3.0.2 has been released.<br>
+August 20, 2001: GCC 3.0.1 has been released.<br>
 June 18, 2001: GCC 3.0 has been released.
 </p>
 
diff --git a/htdocs/gcc-3.1/buildstat.html b/htdocs/gcc-3.1/buildstat.html
index eab2a7fd..348ab001 100644
--- a/htdocs/gcc-3.1/buildstat.html
+++ b/htdocs/gcc-3.1/buildstat.html
@@ -67,7 +67,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01278.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00585.html">3.1</a>
 </td>
 </tr>
@@ -85,7 +85,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Tru64 UNIX 5.1A</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00769.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00416.html">3.1.1</a>
 </td>
 </tr>
@@ -103,7 +103,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>glibc 2.2.5, kernel 2.4.16</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01269.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00609.html">3.1</a>
 </td>
 </tr>
@@ -120,7 +120,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01326.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00593.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00586.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-07/msg00807.html">3.1.1</a>
@@ -463,7 +463,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01328.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02344.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00591.html">3.1</a>
 </td>
 </tr>
@@ -473,7 +473,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.1, glibc 2.2.2, kernel 2.4.2</td>
 <td>Successful (Ada, C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00556.html">3.1.1</a>
-<br />Successful (all):
+<br>Successful (all):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00642.html">3.1.1</a>
 </td>
 </tr>
@@ -490,7 +490,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.2, glibc 2.2.4, kernel 2.4.17</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-06/msg01676.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-06/msg00846.html">3.1</a>
 </td>
 </tr>
@@ -508,7 +508,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02506.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02596.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02506.html">3.1</a>
 </td>
 </tr>
@@ -556,7 +556,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.1, glibc 2.2-17, kernel 2.4.5</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00641.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00354.html">3.1.1</a>
 </td>
 </tr>
@@ -580,7 +580,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 8.0, glibc 2.2.5, kernel 2.4.18</td>
 <td>Successful: (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-07/msg01294.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-07/msg00737.html">3.1.1</a>
 </td>
 </tr>
@@ -590,7 +590,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 8.0, glibc 2.2.5, kernel 2.4.18</td>
 <td>Successful (C, C++, F77, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01227.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00552.html">3.1</a>
 </td>
 </tr>
@@ -624,7 +624,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.2, glibc 2.2.4, kernel 2.4.18</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01403.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00598.html">3.1</a>
 </td>
 </tr>
@@ -710,7 +710,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Debian GNU 3.0, glibc 2.2.5, kernel 2.4.16</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01545.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00638.html">3.1</a>
 </td>
 </tr>
@@ -727,7 +727,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.0, glibc 2.1.3, kernel 2.2.16</td>
 <td>Successful (C, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02113.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00630.html">3.1</a>
 </td>
 </tr>
@@ -794,7 +794,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg02737.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00648.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg01013.html">3.1</a>
 </td>
 </tr>
@@ -821,7 +821,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01227.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00578.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00621.html">3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00633.html">3.1</a>,
@@ -834,7 +834,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-07/msg01294.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-07/msg00745.html">3.1.1</a>
 </td>
 </tr>
@@ -873,7 +873,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.3, glibc 2.2.4, kernel 2.4.14</td>
 <td>Successful (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01227.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00560.html">3.1</a>
 </td>
 </tr>
@@ -883,7 +883,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.3, glibc 2.2.4, kernel 2.4.14</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-07/msg01294.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-07/msg00739.html">3.1.1</a>
 </td>
 </tr>
@@ -893,7 +893,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-05/msg01227.html">3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00572.html">3.1</a>
 </td>
 </tr>
@@ -903,7 +903,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-07/msg01294.html">3.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-07/msg00747.html">3.1.1</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-3.1/changes.html b/htdocs/gcc-3.1/changes.html
index 77764f28..705c28c7 100644
--- a/htdocs/gcc-3.1/changes.html
+++ b/htdocs/gcc-3.1/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 3.1 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 3.1 Release Series<br>Changes, New Features, and Fixes</h1>
 
 
 <!-- Changes for later point releases should be added at the top. -->
diff --git a/htdocs/gcc-3.2/buildstat.html b/htdocs/gcc-3.2/buildstat.html
index eb691f52..31ae26bb 100644
--- a/htdocs/gcc-3.2/buildstat.html
+++ b/htdocs/gcc-3.2/buildstat.html
@@ -100,7 +100,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00969.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00528.html">3.2</a>
 </td>
 </tr>
@@ -110,7 +110,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Java, ObjC):
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00748.html">3.2.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00623.html">3.2.2</a>
 </td>
 </tr>
@@ -135,7 +135,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Tru64 UNIX 5.1A</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2003-01/msg00556.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-01/msg00441.html">3.2.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01543.html">3.2.3</a>
 </td>
@@ -195,7 +195,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00969.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00526.html">3.2</a>
 </td>
 </tr>
@@ -206,7 +206,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00273.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-04/msg01252.html">3.2.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00337.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01505.html">3.2.3</a>
 </td>
@@ -224,7 +224,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00808.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00765.html">3.2.1</a>
 </td>
 </tr>
@@ -234,7 +234,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.13</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-09/msg00116.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00088.html">3.2</a>
 </td>
 </tr>
@@ -244,7 +244,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00969.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00527.html">3.2</a>
 </td>
 </tr>
@@ -335,7 +335,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 8.0, glibc 2.2.5, kernel 2.4.18</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00907.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00469.html">3.2</a>
 </td>
 </tr>
@@ -374,7 +374,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Mandrake 9.0, kernel 2.4.19</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00895.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00829.html">3.2.1</a>
 </td>
 </tr>
@@ -436,7 +436,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Cygwin 1.3.12, Windows 2000 Pro 5.0</td>
 <td>Successful (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00946.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00502.html">3.2</a>
 </td>
 </tr>
@@ -453,7 +453,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Cygwin 1.3.12, Windows 2000 Pro</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-10/msg01049.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-10/msg00555.html">3.2</a>
 </td>
 </tr>
@@ -520,7 +520,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Debian Sarge, glibc 2.2.5, binutils 2.13.90.0.4, kernel 2.4.19</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00933.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00497.html">3.2</a>
 </td>
 </tr>
@@ -640,7 +640,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.2, glibc 2.2.4, binutils 2.13.1, kernel 2.4.7</td>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00786.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00725.html">3.2.1</a>
 </td>
 </tr>
@@ -679,7 +679,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00273.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-04/msg01252.html">3.2.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00335.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01503.html">3.2.3</a>
 </td>
@@ -723,7 +723,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00402.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00398.html">3.2.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00440.html">3.2.2</a>
 </td>
 </tr>
@@ -763,7 +763,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 8.0, glibc 2.3.2, binutils 2.13.90.0.2, gnat 3.2</td>
 <td>Successful (C, C++, F77, Java, Obj-C, Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2003-04/msg01299.html">3.2.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01529.html">3.2.3</a>
 </td>
 </tr>
@@ -824,7 +824,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful (C, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00900.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00768.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00483.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00698.html">3.2.1</a>
 </td>
@@ -843,7 +843,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-09/msg00623.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00930.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00488.html">3.2</a>
 </td>
 </tr>
@@ -911,7 +911,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.1, glibc 2.2.4, kernel 2.4.9</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00969.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00529.html">3.2</a>
 </td>
 </tr>
@@ -921,7 +921,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat 7.2, glibc 2.2.4, kernel 2.4.18</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00969.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00525.html">3.2</a>
 </td>
 </tr>
@@ -1078,7 +1078,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg01144.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg01042.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00633.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00980.html">3.2.1</a>
 </td>
@@ -1105,7 +1105,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg01145.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg01043.html">3.2.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00341.html">3.2.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00632.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00981.html">3.2.1</a>
 </td>
@@ -1127,7 +1127,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Successful:
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg01307.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-04/msg01416.html">3.2.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00729.html">3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01735.html">3.2.3</a>
 </td>
@@ -1145,7 +1145,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.1, glibc 2.2, binutils 2.13, kernel 2.4.2</td>
 <td>Successful (C, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00815.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00708.html">3.2.1</a>
 </td>
 </tr>
@@ -1162,7 +1162,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Yellow Dog Linux 2.3, glibc 2.2.5, binutils 2.13.90.0.16, kernel 2.4.20</td>
 <td>Successful (C, C++, Java)
 <a href="https://gcc.gnu.org/ml/gcc/2002-12/msg00496.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-12/msg00344.html">3.2.1</a>
 </td>
 </tr>
@@ -1242,7 +1242,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg00805.html">3.2.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00766.html">3.2.1</a>
 </td>
 </tr>
@@ -1252,7 +1252,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>UltraSPARC Workstation</td>
 <td>Successful (C, Obj-C; with tweak):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00924.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00490.html">3.2</a>
 </td>
 </tr>
@@ -1297,7 +1297,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00907.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00480.html">3.2</a>
 </td>
 </tr>
@@ -1309,7 +1309,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2002-11/msg01041.html">3.2.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-02/msg00273.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-04/msg01299.html">3.2.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00336.html">3.2.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01554.html">3.2.3</a>
 </td>
@@ -1358,7 +1358,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 7.3, glibc 2.2.4, kernel 2.4.14</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00907.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00474.html">3.2</a>
 </td>
 </tr>
@@ -1407,7 +1407,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Successful (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2002-08/msg00907.html">3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00481.html">3.2</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-3.2/changes.html b/htdocs/gcc-3.2/changes.html
index e8f892de..0faf69ea 100644
--- a/htdocs/gcc-3.2/changes.html
+++ b/htdocs/gcc-3.2/changes.html
@@ -13,7 +13,7 @@
 
 <body>
 
-<h1>GCC 3.2 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 3.2 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The latest release in the 3.2 release series is
 <a href="#3.2.3">GCC 3.2.3</a>.</p>
diff --git a/htdocs/gcc-3.3/buildstat.html b/htdocs/gcc-3.3/buildstat.html
index 60dea47c..c2d6c345 100644
--- a/htdocs/gcc-3.3/buildstat.html
+++ b/htdocs/gcc-3.3/buildstat.html
@@ -100,7 +100,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, ObjC, F77, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01253.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01642.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg01155.html">3.3.3</a>
 </td>
 </tr>
@@ -135,7 +135,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01315.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01094.html">3.3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00983.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg01223.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-08/msg00854.html">3.3.1</a>
 </td>
@@ -189,7 +189,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>binutils 2.14.90, glibc 2.3.1, kernel 2.4.21</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00507.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-08/msg00458.html">3.3.1</a>
 </td>
 </tr>
@@ -207,7 +207,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>binutils 2.16.1</td>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00041.html">3.3.6</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00056.html">3.3.6</a>
 </td>
 </tr>
@@ -231,7 +231,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01137.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00503.html">3.3.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01608.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00050.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg00956.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00917.html">3.3.2</a>,
@@ -288,7 +288,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Sun ld and as</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-03/msg00888.html">3.3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc/2004-03/msg00888.html">3.3.3</a>
 </td>
 </tr>
@@ -357,7 +357,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2003-11/msg00577.html">3.3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-07/msg00278.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-10/msg01344.html">3.3.2</a>
 </td>
 </tr>
@@ -472,7 +472,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01841.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00834.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00908.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-08/msg00746.html">3.3.1</a>
 </td>
@@ -574,7 +574,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01608.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00503.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00978.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-08/msg00468.html">3.3.1</a>
 </td>
@@ -586,7 +586,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00137.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01137.html">3.3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00047.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg00845.html">3.3.3</a>
 </td>
@@ -606,7 +606,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Red Hat 7.3, glibc 2.2.5, binutils 2.14.90.0, kernel 2.4.21</td>
 <td>Bootstrap:
 <a href="">3.3.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00835.html">3.3.2</a>
 </td>
 </tr>
@@ -616,7 +616,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Red Hat 8.0, binutils 2.13.90.0.2, glibc 2.3.2, kernel 2.4.18</td>
 <td>Bootstrap (with Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01824.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg01017.html">3.3</a>
 </td>
 </tr>
@@ -635,7 +635,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01842.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00693.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00890.html">3.3</a>
 </td>
 </tr>
@@ -756,7 +756,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>SUSE LINUX Enterprise Server 9, binutils 2.15.90, glibc 2.3.3, kernel 2.6.5</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00201.html">3.3.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00222.html">3.3.4</a>
 </td>
 </tr>
@@ -787,7 +787,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00137.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01137.html">3.3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00052.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg00959.html">3.3.3</a>
 </td>
@@ -815,7 +815,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>binutils 2.16.1</td>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00043.html">3.3.6</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00057.html">3.3.6</a>
 </td>
 </tr>
@@ -844,7 +844,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>native cc, as, ld</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01253.html">3.3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg01147.html">3.3.3</a>
 </td>
 </tr>
@@ -926,7 +926,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01553.html">3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00505.html">3.3.1</a>;
-<br />Bootstrap (C, C++, F77, Obj-C):
+<br>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01487.html">3.3</a>
 </td>
 </tr>
@@ -936,9 +936,9 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Mac OS X 10.2.8</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2003-10/msg00770.html">3.3.2</a>
-<br />Bootstrap (C, C++, F77, Obj-C):
+<br>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-10/msg01043.html">3.3.4</a>
-<br />Bootstrap (C, C++, Java):
+<br>Bootstrap (C, C++, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01496.html">3.3.3</a>
 </td>
 </tr>
@@ -989,7 +989,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>&nbsp;</td>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00198.html">3.3.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00101.html">3.3.4</a>
 </td>
 </tr>
@@ -1077,7 +1077,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Yellow Dog 3.0, glibc 2.3.2, kernel 2.6.3</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01212.html">3.3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg01090.html">3.3.3</a>
 </td>
 </tr>
@@ -1183,7 +1183,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>binutils 2.13.2.1</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01928.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg01247.html">3.3</a>
 </td>
 </tr>
@@ -1204,7 +1204,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00137.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-02/msg01137.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01608.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00070.html">3.3.4</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-02/msg00977.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg01232.html">3.3</a>,
@@ -1218,7 +1218,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-03/msg01423.html">3.3.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2003-08/msg00531.html">3.3.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00929.html">3.3</a>
 </td>
 </tr>
@@ -1268,7 +1268,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Aurora SPARC Linux 1.0, binutils 2.11.93.0.2, glibc 2.2.5, kernel 2.4.20</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01838.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg01158.html">3.3</a>
 </td>
 </tr>
@@ -1321,7 +1321,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>Aurora SPARC Linux 1.0, binutils 2.14.90, glibc 2.2.5, kernel 2.4.20</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2003-05/msg01839.html">3.3</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg01118.html">3.3</a>
 </td>
 </tr>
@@ -1329,7 +1329,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <tr>
 <td>x86_64-suse-linux-gnu</td>
 <td>SuSE Linux Enterprise Server 8, glibc 2.2.5, kernel 2.4.19;
-<br />test runs with and without -m32</td>
+<br>test runs with and without -m32</td>
 <td>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00729.html">3.3.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00996.html">3.3</a>
@@ -1341,7 +1341,7 @@ NOTE: the submitter reported that thread support is broken and asked
 <td>RHEL WS3, glibc 3.4.3, binutils 2.14.90.0.4, kernel 2.4.21</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00137.html">3.3.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00049.html">3.3.4</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-3.3/changes.html b/htdocs/gcc-3.3/changes.html
index cc10e0f3..4cb07f07 100644
--- a/htdocs/gcc-3.3/changes.html
+++ b/htdocs/gcc-3.3/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 3.3 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 3.3 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The latest release in the 3.3 release series is
 <a href="#3.3.6">GCC 3.3.6</a>.</p>
diff --git a/htdocs/gcc-3.4/buildstat.html b/htdocs/gcc-3.4/buildstat.html
index cbf455d5..02b491ed 100644
--- a/htdocs/gcc-3.4/buildstat.html
+++ b/htdocs/gcc-3.4/buildstat.html
@@ -55,7 +55,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.15</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00425.html">3.4.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00437.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00368.html">3.4.1</a>
 </td>
@@ -82,7 +82,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>OSF1 V4.0</td>
 <td>Bootstrap (C, C++, F77, Obj-c):
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00143.html">3.4.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00080.html">3.4.1</a>
 </td>
 </tr>
@@ -92,7 +92,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Tru64</td>
 <td>Bootstrap (C, C++, F77):
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01061.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01065.html">3.4.0</a>
 </td>
 </tr>
@@ -102,7 +102,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Tru64</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C, with patch):
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01167.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01154.html">3.4.0</a>
 </td>
 </tr>
@@ -167,7 +167,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1</td>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00076.html">3.4.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00190.html">3.4.4</a>
 </td>
 </tr>
@@ -187,7 +187,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00926.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00137.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00995.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00538.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00051.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01033.html">3.4.0</a>,
@@ -253,7 +253,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-12/msg00593.html">3.4.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00373.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-09/msg01162.html">3.4.6</a>
 </td>
 </tr>
@@ -263,7 +263,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.14</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00425.html">3.4.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00300.html">3.4.1</a>
 </td>
 </tr>
@@ -306,7 +306,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>NetBSD 1.6.2, GNU ld 2.11.2</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01144.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01102.html">3.4.0</a>
 </td>
 </tr>
@@ -357,7 +357,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 8.2 with many updates</td>
 <td>Bootstrap (C, C++, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00193.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00116.html">3.4.0</a>
 </td>
 </tr>
@@ -464,9 +464,9 @@ Installing GCC: Final Installation</a>.</p>
 <td>Fedora Core 1, binutils 2.14.90.0.6, glibc 2.3.2, kernel 2.4.22</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C, Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00153.html">3.4.1</a>,
-<br />Bootstrap (C, C++, Java, Obj-C):
+<br>Bootstrap (C, C++, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00977.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00092.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg00999.html">3.4.0</a>
 </td>
@@ -477,7 +477,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Gentoo, glibc 2.3.3, kernel 2.6.6</td>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00952.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg00966.html">3.4.0</a>
 </td>
 </tr>
@@ -521,7 +521,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00926.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00137.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00995.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00535.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00069.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg00960.html">3.4.0</a>
@@ -585,7 +585,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-11/msg00292.html">3.4.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00476.html">3.4.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-11/msg00386.html">3.4.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00359.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00306.html">3.4.2</a>
@@ -598,7 +598,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00149.html">3.4.1</a>
 <a href="https://gcc.gnu.org/ml/gcc/2004-06/msg00761.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00094.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00429.html">3.4.0</a>
 </td>
@@ -635,7 +635,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00969.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00137.html">3.4.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00642.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00072.html">3.4.1</a>
 </td>
@@ -654,7 +654,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1</td>
 <td>Bootstrap (C, C++, F77, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00077.html">3.4.4</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00191.html">3.4.4</a>
 </td>
 </tr>
@@ -689,7 +689,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Mac OS X 10.3</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00966.html">3.4.0</a>
-<br />Bootstrap (C, Java):
+<br>Bootstrap (C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2004-05/msg00443.html">3.4.0</a>
 </td>
 </tr>
@@ -813,7 +813,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.15.90, glibc 2.2.5, kernel 2.4.21</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg01094.html">3.4.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00740.html">3.4.2</a>
 </td>
 </tr>
@@ -874,7 +874,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, F77, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00926.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg00995.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00586.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg00978.html">3.4.0</a>
 </td>
@@ -946,7 +946,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Aurora SPARC Linux 1.0, binutils 2.15.90, glibc 2.2.5, kernel 2.4.26</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01171.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01168.html">3.4.0</a>
 </td>
 </tr>
@@ -965,7 +965,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Aurora SPARC Linux 1.0, binutils 2.15.90, glibc 2.2.5, kernel 2.4.26</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01171.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01167.html">3.4.0</a>
 </td>
 </tr>
@@ -1002,7 +1002,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2004-09/msg00969.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-07/msg00137.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2004-04/msg01028.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00636.html">3.4.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00070.html">3.4.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-04/msg01029.html">3.4.0</a>
@@ -1030,7 +1030,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>&nbsp;</td>
 <td>Bootstrap (C,C++,F77,Java,Obj-C,Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2004-05/msg00204.html">3.4.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2004-05/msg00257.html">3.4.0</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-3.4/changes.html b/htdocs/gcc-3.4/changes.html
index bd016db7..451245aa 100644
--- a/htdocs/gcc-3.4/changes.html
+++ b/htdocs/gcc-3.4/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 3.4 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 3.4 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The final release in the 3.4 release series is
 <a href="#3.4.6">GCC 3.4.6</a>.  The series is now closed.</p>
diff --git a/htdocs/gcc-4.0/buildstat.html b/htdocs/gcc-4.0/buildstat.html
index c596ac7b..23184f2d 100644
--- a/htdocs/gcc-4.0/buildstat.html
+++ b/htdocs/gcc-4.0/buildstat.html
@@ -41,7 +41,7 @@ Installing GCC: Final Installation</a>.</p>
 <a href="https://gcc.gnu.org/ml/gcc/2006-04/msg00086.html">4.0.3</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00208.html">4.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2005-07/msg00601.html">4.0.1</a>
-<br />Bootstrap (C, C++):
+<br>Bootstrap (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01668.html">4.0.0</a>
 </td>
 </tr>
@@ -59,7 +59,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Linux From Scratch, binutils 2.15.91.0.1, glibc cvs 20040621, kernel 2.6.10</td>
 <td>Bootstrap (C, C++, Java, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-05/msg00254.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-05/msg00340.html">4.0.0</a>
 </td>
 </tr>
@@ -94,7 +94,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++, F95, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00255.html">4.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00114.html">4.0.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00529.html">4.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00298.html">4.0.1</a>
 </td>
@@ -105,7 +105,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>as from binutils 2.15</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01247.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01570.html">4.0.0</a>
 </td>
 </tr>
@@ -196,7 +196,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>SuSE 9.3, glibc 2.3.4</td>
 <td>Bootstrap (C, C++, F95, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-08/msg00845.html">4.0.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-08/msg01536.html">4.0.1</a>
 </td>
 </tr>
@@ -206,7 +206,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Slackware 10.0, binutils 2.15.92.0.2, glibc 2.3.4, kernel 2.6.11.7</td>
 <td>Bootstrap (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2005-05/msg00339.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-05/msg00396.html">4.0.0</a>
 </td>
 </tr>
@@ -250,7 +250,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1, kernel 2.6.12</td>
 <td>Bootstrap (C,C++,F95,Java,Obj-C,Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00257.html">4.0.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00532.html">4.0.2</a>
 </td>
 </tr>
@@ -277,7 +277,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Fedora Core 3, glibc 2.3.5, kernel 2.6.11</td>
 <td>Bootstrap (C, C++, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-11/msg00865.html">4.0.2</a>
-<br />Bootstrap (Ada, C, C++, F95, Java):
+<br>Bootstrap (Ada, C, C++, F95, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01533.html">4.0.0</a>
 </td>
 </tr>
@@ -319,7 +319,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat Enterprise 3</td>
 <td>Bootstrap (C, C++, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01247.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01541.html">4.0.0</a>
 </td>
 </tr>
@@ -414,7 +414,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1, kernel 2.4.21</td>
 <td>Bootstrap (C,C++,F95,Java,Obj-C,Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00331.html">4.0.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00580.html">4.0.2</a>
 </td>
 </tr>
@@ -450,9 +450,9 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1</td>
 <td>Bootstrap (C, C++, F95, Obj-C, Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00258.html">4.0.2</a>
-<br />Bootstrap (C, C++, Obj-C, Ada):
+<br>Bootstrap (C, C++, Obj-C, Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-09/msg00115.html">4.0.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00531.html">4.0.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00299.html">4.0.1</a>
 </td>
@@ -471,9 +471,9 @@ Installing GCC: Final Installation</a>.</p>
 <td>Mac OS 10.3.9</td>
 <td>Bootstrap (C, Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-11/msg01178.html">4.0.2</a>
-<br />Bootstrap (C, F95):
+<br>Bootstrap (C, F95):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01648.html">4.0.0</a>
-<br />Bootstrap (C):
+<br>Bootstrap (C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-05/msg00190.html">4.0.0</a>
 </td>
 </tr>
@@ -491,7 +491,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Mac OS 10.4</td>
 <td>Bootstrap (Ada, C, C++, F95, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2005-05/msg00255.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-05/msg00569.html">4.0.0</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-05/msg00318.html">4.0.0</a>
 </td>
@@ -729,7 +729,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>binutils 2.16.1, kernel 2.16.12</td>
 <td>Bootstrap (C,C++,F95,Java,Obj-C,Ada):
 <a href="https://gcc.gnu.org/ml/gcc/2005-10/msg00259.html">4.0.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00533.html">4.0.2</a>
 </td>
 </tr>
@@ -739,7 +739,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat Enterprise 3</td>
 <td>Bootstrap (C, C++, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2005-04/msg01247.html">4.0.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01598.html">4.0.0</a>
 </td>
 </tr>
@@ -749,7 +749,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Slackware, glibc 2.3.2, kernel 2.6.12</td>
 <td>Bootstrap (C, C++, Obj-C; partial success):
 <a href="https://gcc.gnu.org/ml/gcc/2005-08/msg00101.html">4.0.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2005-08/msg00109.html">4.0.1</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-4.0/changes.html b/htdocs/gcc-4.0/changes.html
index 42c15f25..ea40f72b 100644
--- a/htdocs/gcc-4.0/changes.html
+++ b/htdocs/gcc-4.0/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 4.0 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.0 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The latest release in the 4.0 release series is
 <a href="#4.0.4">GCC 4.0.4</a>.</p>
@@ -81,7 +81,7 @@
         new optimization framework based on a higher level intermediate
         representation than the existing RTL representation.  Numerous
         new code transformations based on the new framework are available
-        in GCC 4.0, including:<br />
+        in GCC 4.0, including:<br>
 
         <ul>
           <li>Scalar replacement of aggregates</li>
@@ -95,7 +95,7 @@
           <li><a href="../projects/tree-ssa/vectorization.html">Autovectorization</a></li>
           <li>Loop interchange</li>
           <li>Tail recursion by accumulation</li>
-        </ul><br />
+        </ul><br>
 
         Many of these passes outperform their counterparts from previous
         GCC releases.
diff --git a/htdocs/gcc-4.1/buildstat.html b/htdocs/gcc-4.1/buildstat.html
index fcad06ef..f319c7f2 100644
--- a/htdocs/gcc-4.1/buildstat.html
+++ b/htdocs/gcc-4.1/buildstat.html
@@ -97,9 +97,9 @@ Installing GCC: Final Installation</a>.</p>
 <td>GNU as 2.15</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2006-06/msg00078.html">4.1.1</a>
-<br />Bootstrap (C,C++,Fortran,Java,Obj-C):
+<br>Bootstrap (C,C++,Fortran,Java,Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2006-11/msg00067.html">4.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-06/msg00122.html">4.1.1</a>
 </td>
 </tr>
@@ -178,7 +178,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Bootstrap (C, C++):
 <a href="https://gcc.gnu.org/ml/gcc/2007-04/msg00150.html">4.1.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2006-09/msg00104.html">4.1.1</a>
-<br />Test results (C,C++,Fortran):
+<br>Test results (C,C++,Fortran):
 <a href="https://gcc.gnu.org/ml/gcc/2007-04/msg00091.html">4.1.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-03/msg00243.html">4.1.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-02/msg00886.html">4.1.2</a>
@@ -225,7 +225,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>Red Hat EL3</td>
 <td>Bootstrap (C, C++, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2006-06/msg00078.html">4.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-06/msg00019.html">4.1.1</a>
 </td>
 </tr>
@@ -236,7 +236,7 @@ Installing GCC: Final Installation</a>.</p>
 <td>
 Bootstrap (C,C++):
 <a href="https://gcc.gnu.org/ml/gcc/2006-10/msg00417.html">4.1.1</a>
-<br />Bootstrap (C):
+<br>Bootstrap (C):
 <a href="https://gcc.gnu.org/ml/gcc/2006-11/msg00918.html">4.1.1</a>
 </td>
 </tr>
@@ -289,7 +289,7 @@ Bootstrap (C,C++):
 <td>Red hat Advanced Workstation 2, binutils 2.16.1</td>
 <td>Bootstrap (C, C++, Obj-C):
 <a href="https://gcc.gnu.org/ml/gcc/2006-06/msg00078.html">4.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-06/msg00065.html">4.1.1</a>
 </td>
 </tr>
@@ -364,7 +364,7 @@ Bootstrap (C,C++):
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2006-06/msg00186.html">4.1.1</a>,
 <a href="https://gcc.gnu.org/ml/gcc/2006-03/msg00163.html">4.1.0</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-05/msg01515.html">4.1.1</a>
 </td>
 </tr>
@@ -473,7 +473,7 @@ Bootstrap (C,C++):
 <td>&nbsp;</td>
 <td>Bootstrap:
 <a href="https://gcc.gnu.org/ml/gcc/2007-03/msg00018.html">4.1.2</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-02/msg00621.html">4.1.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2007-02/msg00582.html">4.1.2</a>,
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-05/msg01516.html">4.1.1</a>,
@@ -526,7 +526,7 @@ Bootstrap (C,C++):
 <td>Red hat EL3</td>
 <td>Bootstrap (C, C++, Obj-C, Java):
 <a href="https://gcc.gnu.org/ml/gcc/2006-06/msg00078.html">4.1.1</a>
-<br />Test results:
+<br>Test results:
 <a href="https://gcc.gnu.org/ml/gcc-testresults/2006-06/msg00061.html">4.1.1</a>
 </td>
 </tr>
diff --git a/htdocs/gcc-4.1/changes.html b/htdocs/gcc-4.1/changes.html
index 8e4f8349..b371c21b 100644
--- a/htdocs/gcc-4.1/changes.html
+++ b/htdocs/gcc-4.1/changes.html
@@ -12,7 +12,7 @@
 -->
 
 <body>
-<h1>GCC 4.1 Release Series<br />Changes, New Features, and Fixes</h1>
+<h1>GCC 4.1 Release Series<br>Changes, New Features, and Fixes</h1>
 
 <p>The latest release in the 4.1 release series is
 <a href="#4.1.2">GCC 4.1.2</a>.</p>
@@ -24,7 +24,7 @@
   <ul>
 
     <li>GCC now has infrastructure for inter-procedural optimizations and
-	the following inter-procedural optimizations are implemented:<br />
+	the following inter-procedural optimizations are implemented:<br>
 	<ul>
 	    <li>Profile guided inlining.  When doing profile feedback
 		guided optimization, GCC can now use the profile to make
@@ -32,7 +32,7 @@
 		is profitable or not.  This means that GCC will no longer
 		inline functions at call sites that are not executed very
... 1463 lines suppressed ...


hooks/post-receive
-- 
gcc-wwwdocs

                 reply	other threads:[~2022-10-18 21:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221018211131.722B53858D32@sourceware.org \
    --to=gerald@sourceware.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).