Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ppc] _Complex double ABI mismatch #1188

Closed
lattner opened this issue Jul 5, 2006 · 1 comment
Closed

[ppc] _Complex double ABI mismatch #1188

lattner opened this issue Jul 5, 2006 · 1 comment
Labels
ABI Application Binary Interface backend:PowerPC bugzilla Issues migrated from bugzilla miscompilation

Comments

@lattner
Copy link
Collaborator

lattner commented Jul 5, 2006

Bugzilla Link 816
Resolution FIXED
Resolved on Mar 16, 2008 21:40
Version 1.0
OS MacOS X

Extended Description

Complex double should be returned in r3/r4/r5/r6.

_Complex double foo() ;
_Complex double X;
void bar() { X = foo(); }

-Chris

@llvmbot
Copy link
Collaborator

llvmbot commented Mar 17, 2008

Fixed here. (Also _Complex long long and _Complex long double which had similar problems.)
http://llvm.org/viewvc/llvm-project?view=rev&revision=48439
http://llvm.org/viewvc/llvm-project?view=rev&revision=48440

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ABI Application Binary Interface backend:PowerPC bugzilla Issues migrated from bugzilla miscompilation
Projects
None yet
Development

No branches or pull requests

2 participants