Mercurial > hg > octave-kai > gnulib-hg
annotate modules/nl_langinfo-tests @ 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 | 03aab12b3f15 |
children | 413f5a66c55a |
rev | line source |
---|---|
12431 | 1 Files: |
2 tests/test-nl_langinfo.sh | |
3 tests/test-nl_langinfo.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/signature.h |
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
5 tests/macros.h |
12431 | 6 m4/locale-fr.m4 |
7 | |
8 Depends-on: | |
9 c-strcase | |
10 | |
11 configure.ac: | |
12 gt_LOCALE_FR | |
13 gt_LOCALE_FR_UTF8 | |
14 | |
15 Makefile.am: | |
16 TESTS += test-nl_langinfo.sh | |
12775
03aab12b3f15
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
17 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' |
12431 | 18 check_PROGRAMS += test-nl_langinfo |