i386/105: Distributed libm (msun) has non-standard error handling.

Ryan Sommers ryans at gamersimpact.com
Wed Jan 7 20:10:20 PST 2004


The following reply was made to PR i386/105; it has been noted by GNATS.

From: Ryan Sommers <ryans at gamersimpact.com>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: i386/105: Distributed libm (msun) has non-standard error handling.
Date: Wed, 07 Jan 2004 22:05:27 -0600

 It looks like this problem has since been resolved. I believe this PR 
 can be closed.
 
 ryans at lilshadow(~/src):cat test.c
 #include <stdio.h>
 #include <math.h>
 
 main ()
 {
      printf ("acos = %g\n", acos (-2.0));
      printf ("pow = %g\n", pow(3, 1000001));
 }
 ryans at lilshadow(~/src):gcc -lm -o test test.c
 ryans at lilshadow(~/src):./test
 acos = nan
 pow = inf
 ryans at lilshadow(~/src):
 
 -- 
 Ryan Sommers
 ryans at gamersimpact.com


More information about the freebsd-standards mailing list