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 rahulrajaram
Recipients rahulrajaram
Date 2017-11-28.21:59:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511906382.07.0.213398074469.issue32161@psf.upfronthosting.co.za>
In-reply-to
Content
Attempt to `make` Python 2.7.14 on Ubuntu 16.04/GCC 5.4 throws the following error:


Objects/floatobject.c: In function ‘PyFloat_GetMax’:
Objects/floatobject.c:59:5: internal compiler error: Illegal instruction
     return DBL_MAX;
     ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
Makefile:1359: recipe for target 'Objects/floatobject.o' failed
make: *** [Objects/floatobject.o] Error 1
History
Date User Action Args
2017-11-28 21:59:44rahulrajaramsetrecipients: + rahulrajaram
2017-11-28 21:59:42rahulrajaramsetmessageid: <1511906382.07.0.213398074469.issue32161@psf.upfronthosting.co.za>
2017-11-28 21:59:42rahulrajaramlinkissue32161 messages
2017-11-28 21:59:41rahulrajaramcreate