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 skrah
Recipients mark.dickinson, skrah, trent
Date 2012-11-28.22:17:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354141035.88.0.60113517303.issue16534@psf.upfronthosting.co.za>
In-reply-to
Content
The issue here is that the BASECFLAGS variable contains the mysterious 
option -Olimit 1500, which makes the X87_DOUBLE_ROUNDING test fail (i.e. 
X87_DOUBLE_ROUNDING is set to true when it should be false).

When BASECFLAGS is unset, test_float passes.


-Olimit gives problems with at least icc, suncc and HP C/aC++. So
propose to make this an -Olimit issue instead.
History
Date User Action Args
2012-11-28 22:17:15skrahsetrecipients: + skrah, mark.dickinson, trent
2012-11-28 22:17:15skrahsetmessageid: <1354141035.88.0.60113517303.issue16534@psf.upfronthosting.co.za>
2012-11-28 22:17:15skrahlinkissue16534 messages
2012-11-28 22:17:15skrahcreate