cvs commit: src/tools/regression/lib/libc/stdio test-scanfloat.c

David Schultz das at FreeBSD.org
Wed Jan 3 13:28:27 PST 2007


das         2007-01-03 21:28:26 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/lib/libc/stdio test-scanfloat.c 
  Log:
  Remove the test that ensures that when the string "nan(...)" is converted
  to floating-point, the result is a quiet NaN.  The current implementation
  may return a signaling NaN, and the vendor has no plans for changing this,
  for reasons explained in the comment I added.
  
  Revision  Changes    Path
  1.7       +8 -0      src/tools/regression/lib/libc/stdio/test-scanfloat.c


More information about the cvs-src mailing list