Package: libc6 Version: 2.3.5-8 Severity: normal The following program produces incorrect results:
#include <stdlib.h> int main () { printf ("%Lf\n", strtold ("1", NULL)); return 0; } [EMAIL PROTECTED]:~/gcc_test$ gcc -o ld1 ld1.c [EMAIL PROTECTED]:~/gcc_test$ ./ld1 0.000000 -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (650, 'testing'), (90, 'unstable') Architecture: hppa (parisc64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13-pa1 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]