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 florin.papa
Recipients florin.papa, pitrou, r.david.murray, skrah, vstinner, zach.ware
Date 2015-10-05.06:46:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444027562.3.0.431425250094.issue25300@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Stefan,

When activating the "--with-mpx" flag in ./configure, a check is also performed to see if the compiler is GCC version 5.1 or higher in order to support MPX (and an appropriate error is shown, indicating that the compiler version is wrong). Setting the flags manually will only result in a compiler error.

Also, it might not be obvious for the user from the GCC documentation that both "-fcheck-pointer-bounds" and "-mmpx" flags are needed to enable MPX instrumentation, so adding the "--with-mpx" flag to configure will make it easier to use this feature.
History
Date User Action Args
2015-10-05 06:46:02florin.papasetrecipients: + florin.papa, pitrou, vstinner, r.david.murray, skrah, zach.ware
2015-10-05 06:46:02florin.papasetmessageid: <1444027562.3.0.431425250094.issue25300@psf.upfronthosting.co.za>
2015-10-05 06:46:02florin.papalinkissue25300 messages
2015-10-05 06:46:01florin.papacreate