diff mbox

Add some C++17 items to gcc-6/changes.html

Message ID 20160404102208.GA5814@redhat.com
State New
Headers show

Commit Message

Jonathan Wakely April 4, 2016, 10:22 a.m. UTC
I plan to commit this to wwwdocs CVS. Have I missed anything that
should be listed?

Comments

Jason Merrill April 6, 2016, 2:02 p.m. UTC | #1
On 04/04/2016 06:22 AM, Jonathan Wakely wrote:
> I plan to commit this to wwwdocs CVS. Have I missed anything that
> should be listed?

I'd mention that TM requires the -fgnu-tm flag.

Jason
diff mbox

Patch

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>