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: Problems with PR 21210


Mark Mitchell wrote:

> That's OK with me -- if you're willing to accept the fact that this
> will silently change the meaning of:
>
>   __complex__ double c99_cd;
>   complex<double> cpp_cd(c99_cd);
>
> I just want to make sure that you're aware that what you're suggesting
> will change that; it will now simply copy the real part, and ignore
> the imaginary part.

Sorry in advance if I'm saying something stupid (I'm rather tired) but
this change would be really disruptive: consider the way we are dealing
with transcendental functions: we are *everywhere* implicitly using the
above, right?!?

Paolo.


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