------- Additional Comments From andre dot maute at gmx dot de 2005-01-02
23:44 -------
the C-version works with every compiler
------------ nan.c -----------
#include <stdio.h>
int main() {
double x = 0.55555555555555558023;
printf( "%f ", x );
printf( "%f ", x );
printf( "\n" );
return 0;
}
------------ nan.c -----------
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19174
