On 10/25/16 12:17 PM, Gerald Pfeifer wrote: > On Tue, 25 Oct 2016, Peter Bergner wrote: >> Now that we have a GCC 7 changes.html file, shouldn't we make it >> easy to find? > > Good point, thanks. > > Perhaps add a disclaimer at the top of changes.html that this > is still work in progress as part of that commit?
Do you mean like the following? If so, we'd have to remember to remove the last hunk when GCC 7 is released. Peter Index: htdocs/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.1027 diff -u -r1.1027 index.html --- htdocs/index.html 30 Sep 2016 13:17:26 -0000 1.1027 +++ htdocs/index.html 25 Oct 2016 17:48:41 -0000 @@ -161,7 +161,7 @@ </dd> <dt><span class="version">Development:</span> - GCC 7.0 (<a href="gcc-7/criteria.html">release criteria</a>) + GCC 7.0 (<a href="gcc-7/criteria.html">release criteria</a>, <a href="gcc-7/changes.html">changes</a>) </dt><dd> Status: <!--GCC 7 status below--> Index: htdocs/gcc-7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.20 diff -u -r1.20 changes.html --- htdocs/gcc-7/changes.html 25 Oct 2016 02:04:00 -0000 1.20 +++ htdocs/gcc-7/changes.html 25 Oct 2016 17:48:41 -0000 @@ -19,6 +19,11 @@ </p> <!-- .................................................................. --> +<h2>Disclaimer: GCC 7 has not been released yet, so this document is +a work-in-progress.</h2> +<!-- .................................................................. --> + +<!-- .................................................................. --> <h2>Caveats</h2> <ul> <li>GCC now uses <a href="https://gcc.gnu.org/wiki/LRAIsDefault">LRA by