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]
Other format: [Raw text]

Re: Omitted conversion float -> double in x86 back-end


On Tue, Nov 21, 2006 at 06:12:53PM +0100, Roberto COSTA wrote:
> Hi Michael,
> too late, I've filed the report a few minutes ago.
> By the way, if I want to bypass the problem without paying any 
> performance penalty, it is sufficient that I introduce a temporary 
> variable in the C source.

No, that's not sufficient; you get different results depending on
whether the temporary gets spilled to memory or not.


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