[ppc] _Complex double ABI mismatch #1188
Labels
ABI
Application Binary Interface
backend:PowerPC
bugzilla
Issues migrated from bugzilla
miscompilation
Extended Description
Complex double should be returned in r3/r4/r5/r6.
_Complex double foo() ;
_Complex double X;
void bar() { X = foo(); }
-Chris
The text was updated successfully, but these errors were encountered: