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

[Bug ada/35194] floating point truncation error on intel platform



------- Comment #7 from ubizjak at gmail dot com  2008-02-15 11:12 -------
(In reply to comment #6)
> After testing it, the -mpc option do not help.
> 
> I agree this seems to be a problem of oracle not re-setting the FPU state.
> Nevertheless, this makes ada unusable (or unreliable, which is not really
> better) with oracle 10, oracle 11, and potentially many other software under
> Linux ... a quite sad situation.

What if you add -msse2 -mfpmath=sse? Then you use SSE for float and double
calculations.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35194


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