This is the mail archive of the gcc@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]

Re: How "broken" is C complex number support?


> I believe that depends on the target. GCC may generate incorrect code
> when passing complex numbers as function arguments.

Yes.  In particular, SCmode (complex float) doesn't work on 64 bit targets.
We need an infrastructure change (the SUBREG_BYTE stuff) to properly fix this.

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