This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: More tests for external charater sequences representing NaNs


> +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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]