After the change I made to gcc-8/porting_to.html yesterday, I now also looked into its older brethren and made the following changes, also removing empty sections.
Committed. Gerald Index: gcc-6/porting_to.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/porting_to.html,v retrieving revision 1.27 diff -u -r1.27 porting_to.html --- gcc-6/porting_to.html 1 Sep 2018 23:42:06 -0000 1.27 +++ gcc-6/porting_to.html 23 Sep 2018 10:38:10 -0000 @@ -27,12 +27,6 @@ </p> -<h2 id="cpp">Preprocessor issues</h2> - - -<h2 id="c">C language issues</h2> - - <h2 id="cxx">C++ language issues</h2> <h3 id="gxx14">Default standard is now GNU++14</h3> Index: gcc-7/porting_to.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/porting_to.html,v retrieving revision 1.16 diff -u -r1.16 porting_to.html --- gcc-7/porting_to.html 1 Sep 2018 23:42:06 -0000 1.16 +++ gcc-7/porting_to.html 23 Sep 2018 10:38:10 -0000 @@ -26,12 +26,6 @@ </p> -<h2 id="cpp">Preprocessor issues</h2> - - -<h2 id="c">C language issues</h2> - - <h2 id="cxx">C++ language issues</h2> <h3 id="hypothetical-instantiation">Stricter rules when using templates</h3>