[LLVMbugs] [Bug 816] NEW: [ppc] _Complex double ABI mismatch
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jul 5 12:12:06 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=816
Summary: [ppc] _Complex double ABI mismatch
Product: libraries
Version: 1.0
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: Backend: PowerPC
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
Complex double should be returned in r3/r4/r5/r6.
_Complex double foo() ;
_Complex double X;
void bar() { X = foo(); }
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list