[New-bugs-announce] [issue32161] Python 2.7.14 installation on Ubuntu 16.04/GCC 5.4 throws "internal compiler error" in "PyFloat_GetMax" function

Rahul report at bugs.python.org
Tue Nov 28 16:59:42 EST 2017


New submission from Rahul <rahulrajaram2005 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32161>
_______________________________________


More information about the New-bugs-announce mailing list