[Python-bugs-list] complexobject.c optimization error on SGI (PR#144)

robert.harrison@pnl.gov robert.harrison@pnl.gov
Fri, 3 Dec 1999 01:35:21 -0500 (EST)


Full_Name: Robert J. Harrison
Version: 1.5.2
OS: IRIX64 6.5
Submission from: kenn1109.bossig.com (208.26.241.109)


On an SGI (IRIX64 6.5, MIPSpro Compilers: Version 7.3.1m, -n32)
Python-1.5.2/Objects/complexobject.c does not compile correctly 
with optimization.  The problem shows up as a bus error in
PyComplex_ImagAsDouble when importing Numeric Python.  All works fine 
when this one file is compiled with -O0 (-O1 and higher fail).
I assume that this is probably just a compiler error.