I plan to commit this to wwwdocs CVS. Have I missed anything that should be listed?
Index: htdocs/gcc-6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.72 diff -u -r1.72 changes.html --- htdocs/gcc-6/changes.html 22 Mar 2016 15:41:09 -0000 1.72 +++ htdocs/gcc-6/changes.html 4 Apr 2016 10:20:13 -0000 @@ -239,6 +239,12 @@ aggressive in dead-store elimination in situations where a memory store to a location precedes a constructor to the memory location.</li> + <li>G++ now supports + <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx1z.html">C++17</a> + fold expressions, <code>u8</code> character literals, and + extended <code>static_assert</code>.</li> + <li>G++ now allows constant evaluation for all non-type template arguments.</li> + <li>G++ now supports C++ Transactional Memory. </li> </ul> <h4 id="libstdcxx">Runtime Library (libstdc++)</h4>