New submission from Rahul <rahulrajaram2...@gmail.com>:

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

----------
components: Installation
files: python_2_7_14__configure_output
messages: 307176
nosy: rahulrajaram
priority: normal
severity: normal
status: open
title: Python 2.7.14 installation on Ubuntu 16.04/GCC 5.4 throws "internal 
compiler error" in "PyFloat_GetMax" function
versions: Python 2.7
Added file: https://bugs.python.org/file47301/python_2_7_14__configure_output

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32161>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to