Mail Archives: cygwin/2001/01/28/22:46:56
On Sun, 28 Jan 2001, Gerald Jansen wrote:
> There is a bug printing near-zero floating point numbers in 2.95.2.
>
> main() {
> printf("[%5.2f] [%5.2f]\n",0.01,-0.01);
> printf("[%5.2f] [%5.2f]\n",0.001,-0.001);
> exit(0);
> }
>
> Produces:
> [ 0.01] [-0.01]
> [ 0] [-0]
Thanks for reporting it. FYI, It's an issue with newlib (the library
used in Cygwin), not with gcc.
Unfortunately, I don't have a solution for this ... it also happens
on other newlib supported targets, such as powerpc-eabi using newlib
1.9.0.
For future reference, please include complete code (eg., without the
missing <stdio.h> include!), and also when you mention "correct result
on other platforms", please be explicit as to what that correct result
is. It may be obvious in this particular case, but you'd be amazed how
many bug reports are never looked at due to ambiguous or insufficient
information.
Regards,
Mumit
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -