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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12431
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-nl_langinfo.sh
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/locale-fr.m4
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 c-strcase
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 gt_LOCALE_FR
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gt_LOCALE_FR_UTF8
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
ebdcb6dc7134 Tests for module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 check_PROGRAMS += test-nl_langinfo