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

noreply@sourceforge.net noreply@sourceforge.net
Sat, 16 Sep 2000 15:02:54 -0700


Bug #110695, was updated on 2000-Jul-31 14:28
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: complexobject.c optimization error on SGI (PR#144)

Details: Jitterbug-Id: 144
Submitted-By: robert.harrison@pnl.gov
Date: Fri, 3 Dec 1999 01:35:19 -0500 (EST)
Version: 1.5.2
OS: IRIX64 6.5


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.




====================================================================
Audit trail:
Fri Dec 03 10:39:28 1999	guido	changed notes
Fri Dec 03 10:39:28 1999	guido	moved from incoming to platformbug

Follow-Ups:

Date: 2000-Sep-07 15:03
By: jhylton

Comment:
Please do triage on this bug.
-------------------------------------------------------

Date: 2000-Sep-16 15:02
By: bwarsaw

Comment:
Assigning to Fred, but we really need somebody with the specified OS to do platform specific testing.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110695&group_id=5470