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]

Re: Strange FP behaviour


> From: michael.hiegemann@chkra.mail.abb.com
> Date: Tue, 11 Jul 2000 10:30:44 +0100

> The following code (fp_bug.c) seems to be compiled incorrect:

Nope, welcome to ANSI C/C++.  You can achieve what you want by setting
up the FPU on the x86 in a particular way with routines in lib[cm].a.
Another way to get it, would be to use any machine in the world,
except an x86.  :-)

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