Committed. (Also removes an unnecessary <br /> and makes source formatting a bit clearer.)
Committed. Gerald Index: testing/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/testing/index.html,v retrieving revision 1.41 diff -u -r1.41 index.html --- testing/index.html 2 Sep 2018 11:18:24 -0000 1.41 +++ testing/index.html 9 Sep 2018 20:36:26 -0000 @@ -72,8 +72,7 @@ are incomplete for your target, update them. Additions to this list (accompanied with build and test guides) are welcome. -<br /> -<table border="1"> +<table class="border"> <tr><th>Name</th> <th>Language</th> <th>Build and test guide</th> @@ -102,7 +101,8 @@ <td>C++</td> <td><a href="testing-qt.html">testing-qt</a></td> </tr> -</table></li> +</table> + </li> <li>If the operating system kernel you use is normally compiled with GCC, try building it with the current sources. Make sure it boots.