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




>  I
> suggest we try patching gcc to force programs to start in 64-bit
> mode and otherwise not worry about it ("set once and forget") as
> you've been proposing.<<



The compiler may continue to generate some XFmode insns, so you should
check your programs and libgcc.a for them.  By design it is supposed to be
possible to create a GCC that never generates XFmode, but there may
still be a breakage in i386.md that doesn't quite allow it.



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