This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On 06/04/16 10:02 -0400, Jason Merrill wrote:
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.

Done, the attached patch is what I committed.


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	7 Apr 2016 09:37:18 -0000
@@ -239,6 +239,13 @@
     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,
+        extended <code>static_assert</code>, and nested namespace definitions.</li>
+    <li>G++ now allows constant evaluation for all non-type template arguments.</li>
+    <li>G++ now supports C++ Transactional Memory when compiling with
+        <code>-fgnu-tm</code>. </li>
   </ul>
 
 <h4 id="libstdcxx">Runtime Library (libstdc++)</h4>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]