This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, christian.heimes, florin.papa, joseph.hackman, pitrou, r.david.murray, rhettinger, skrah, vstinner, zach.ware
Date 2018-10-02.07:58:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538467103.24.0.545547206417.issue25300@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm going to formally reject this, since GCC removed -fmpx support.

"The MPX extensions to the C and C++ languages have been deprecated and will be removed in a future release."
https://gcc.gnu.org/gcc-8/changes.html

Oh. It seems like the reason is to "reduce the maintenance burden".

Some links:

* https://www.kernel.org/doc/Documentation/x86/intel_mpx.txt
* https://en.wikipedia.org/wiki/Intel_MPX
* https://www.phoronix.com/scan.php?page=news_item&px=GCC-Possible-MPX-Deprecation

A patch has been proposed to remove MPX from GCC 9 (no merged?):
https://www.phoronix.com/scan.php?page=news_item&px=GCC-Patch-To-Drop-MPX
History
Date User Action Args
2018-10-02 07:58:23vstinnersetrecipients: + vstinner, rhettinger, pitrou, christian.heimes, benjamin.peterson, r.david.murray, skrah, zach.ware, florin.papa, joseph.hackman
2018-10-02 07:58:23vstinnersetmessageid: <1538467103.24.0.545547206417.issue25300@psf.upfronthosting.co.za>
2018-10-02 07:58:23vstinnerlinkissue25300 messages
2018-10-02 07:58:23vstinnercreate