Mercurial > hg > octave-kai > gnulib-hg
view modules/csharpcomp @ 13837:d7a891a411c1
strtod: work around icc bug
With optimization, ICC 10.0 mis-compiles 'cond ? -val : val' such
that a val of 0.0 doesn't result in -0.0.
* lib/strtod.c (minus_zero): Define to working value.
(strtod): Use it to avoid icc bug.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Fri, 05 Nov 2010 08:30:27 -0600 |
parents | 0ef26bffcbe1 |
children | 5be0c314f2f8 |
line wrap: on
line source
Description: Compile a C# program. Files: lib/csharpcomp.h lib/csharpcomp.c Depends-on: stdbool xmalloca execute pipe wait-process getline sh-quote safe-read error gettext-h memcmp csharpcomp-script configure.ac: Makefile.am: lib_SOURCES += csharpcomp.h csharpcomp.c Include: "csharpcomp.h" License: GPL Maintainer: Bruno Haible