More tests for external charater sequences representing NaNs

Roland McGrath roland@hack.frob.com
Sat Apr 6 16:54:00 GMT 2013


> +static volatile double snanval = __builtin_nans("");
> +static volatile double msnanval = -__builtin_nans("");
> +static volatile long double lsnanval = __builtin_nansl("");
> +static volatile long double lmsnanval = -__builtin_nansl("");

Space before paren.  Does gcc 4.3 support those builtins?



More information about the Libc-alpha mailing list