This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH][www] Deprecate MPX for GCC 7
- From: Richard Biener <rguenther at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Jakub Jelinek <jakub at redhat dot com>, law at redhat dot com, ubizjak at gmail dot com
- Date: Tue, 23 May 2017 14:50:32 +0200 (CEST)
- Subject: [PATCH][www] Deprecate MPX for GCC 7
- Authentication-results: sourceware.org; auth=none
Appearantly we forgot to officially deprecate MPX in GCC 7 changes.html.
The following adds the missing note.
Ok?
Thanks,
Richard.
2017-05-23 Richard Biener <rguenther@suse.de>
* gcc-7/changes.html: Deprecate MPX.
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.85
diff -u -r1.85 changes.html
--- changes.html 10 May 2017 11:39:41 -0000 1.85
+++ changes.html 23 May 2017 12:48:52 -0000
@@ -1002,6 +1002,8 @@
(4FMAPS), AVX-512 Vector Neural Network Instructions Word variable precision
(4VNNIW), AVX-512 Vector Population Count (VPOPCNTDQ) and Software
Guard Extensions (SGX) ISA extensions has been added.</li>
+ <li>Support for the Intel memory protection extension (MPX) has been
+ deprecated.</li>
</ul>
<!-- <h3 id="mips">MIPS</h3> -->