On Tue, 23 Aug 2016, Segher Boessenkool wrote: > I'm committing the following to wwwdocs as obvious.
Thank you, Segher! That would have been my late evening program for today, otherwise. ;-) Gerald PS. I did commit a simple patch that de-indents lists, see below. Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.2 diff -u -r1.2 changes.html --- changes.html 23 Aug 2016 19:27:37 -0000 1.2 +++ changes.html 23 Aug 2016 20:51:25 -0000 @@ -21,62 +21,62 @@ <!-- .................................................................. --> <h2>Caveats</h2> <!-- - <ul> - <li></li> - </ul> +<ul> + <li></li> +</ul> --> <!-- .................................................................. --> <h2 id="general">General Optimizer Improvements</h2> <!-- - <ul> - <li></li> - </ul> +<ul> + <li></li> +</ul> --> <!-- .................................................................. --> <h2 id="languages">New Languages and Language specific improvements</h2> <!-- - <ul> - <li></li> - </ul> +<ul> + <li></li> +</ul> --> <!-- <h3 id="ada">Ada</h3> --> <h3 id="c-family">C family</h3> <!-- - <ul> - <li></li> - </ul> +<ul> + <li></li> +</ul> --> <h3 id="c">C</h3> <!-- - <ul> - <li></li> - </ul> +<ul> + <li></li> +</ul> --> <h3 id="cxx">C++</h3> <!-- - <ul> - <li></li> - </ul> +<ul> + <li></li> +</ul> --> <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> <!-- - <ul> - <li></li> - </ul> +<ul> + <li></li> +</ul> --> <h3 id="fortran">Fortran</h3> <!-- - <ul> - <li></li> - </ul> +<ul> + <li></li> +</ul> --> <!-- <h3 id="go">Go</h3> --> @@ -142,9 +142,9 @@ <!-- .................................................................. --> <h2>Other significant improvements</h2> <!-- - <ul> - <li></li> - </ul> +<ul> + <li></li> +</ul> --> <!-- <h2><a name="7.1">GCC 7.1</a></h2>