This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16446] Irix calling conventions for complex numbers


------- Additional Comments From rsandifo at gcc dot gnu dot org  2004-07-18 13:19 -------
On second thoughts, could you send the MIPSpro output of:

#include <complex.h>

double d1 (double x, complex double y) { return creal (y); }
double d2 (int x, complex double y) { return creal (y); }
double d3 (complex double y) { return creal (y); }

float f1 (float x, complex float y) { return crealf (y); }
float f2 (int x, complex float y) { return crealf (y); }
float f3 (complex float y) { return crealf (y); }

for both -n32 and -64?  If you have access to an o32
fortran compiler, the output of the equivalent fortran
program for -32 would be really helpful too.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16446


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]