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

Re: <addr_expr <realpart_expr <x>>> ?


On Sun, Jan 11, 2004 at 09:26:58PM -0500, Diego Novillo wrote:
> How about removing COMPLEX_TYPE, COMPLEX_CST and COMPLEX_EXPR from
> tree.def?  Have the parser turn __complex__ into 'struct complex { <t>
> real; <t> imag }'.

No.  Various ABIs have special calling conventions for complex values
that differ from aggregates.  Even aggregates like struct complex.



r~


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