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: FWD: FLOATING-POINT CONSISTENCY, -FFLOAT-STORE, AND X86




On Sat, 19 Dec 1998, Craig Burley wrote:

> I don't even know for sure if it'd stop working in 64-bit-mode FPU.

You should see failures in c-torture/execute/conversion.c and perhaps
some similar tests.  Long long int conversions in particular will be
affected.  The reason is that those mode conversions use XFmode if
it is available, and the compiler will think XFmode is still available.



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