mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 11:16:02 +00:00
tests: require working signbit
* modules/ceilf-tests (Depends-on): Add signbit. * modules/ceill-tests (Depends-on): Likewise. * modules/floorf-tests (Depends-on): Likewise. * modules/floorl-tests (Depends-on): Likewise. * modules/round-tests (Depends-on): Likewise. * modules/roundf-tests (Depends-on): Likewise. * modules/roundl-tests (Depends-on): Likewise. * modules/trunc-tests (Depends-on): Likewise. * modules/truncf-tests (Depends-on): Likewise. * modules/truncl-tests (Depends-on): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
2010-11-05 Eric Blake <eblake@redhat.com>
|
||||
|
||||
tests: require working signbit
|
||||
* modules/ceilf-tests (Depends-on): Add signbit.
|
||||
* modules/ceill-tests (Depends-on): Likewise.
|
||||
* modules/floorf-tests (Depends-on): Likewise.
|
||||
* modules/floorl-tests (Depends-on): Likewise.
|
||||
* modules/round-tests (Depends-on): Likewise.
|
||||
* modules/roundf-tests (Depends-on): Likewise.
|
||||
* modules/roundl-tests (Depends-on): Likewise.
|
||||
* modules/trunc-tests (Depends-on): Likewise.
|
||||
* modules/truncf-tests (Depends-on): Likewise.
|
||||
* modules/truncl-tests (Depends-on): Likewise.
|
||||
|
||||
strtod: work around icc bug
|
||||
* lib/strtod.c (minus_zero): Define to working value.
|
||||
(strtod): Use it to avoid icc bug.
|
||||
|
||||
@@ -9,6 +9,7 @@ Depends-on:
|
||||
fpucw
|
||||
isnanl-nolibm
|
||||
float
|
||||
signbit
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ tests/macros.h
|
||||
Depends-on:
|
||||
float
|
||||
isnanf-nolibm
|
||||
signbit
|
||||
stdbool
|
||||
stdint
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ Depends-on:
|
||||
fpucw
|
||||
isnanl-nolibm
|
||||
float
|
||||
signbit
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
isnand-nolibm
|
||||
signbit
|
||||
stdbool
|
||||
stdint
|
||||
verify
|
||||
|
||||
@@ -11,6 +11,7 @@ Depends-on:
|
||||
ceilf
|
||||
floorf
|
||||
isnanf-nolibm
|
||||
signbit
|
||||
stdbool
|
||||
stdint
|
||||
verify
|
||||
|
||||
@@ -9,6 +9,7 @@ Depends-on:
|
||||
fpucw
|
||||
isnanl-nolibm
|
||||
float
|
||||
signbit
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ tests/macros.h
|
||||
Depends-on:
|
||||
float
|
||||
isnand-nolibm
|
||||
signbit
|
||||
stdbool
|
||||
stdint
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ tests/macros.h
|
||||
Depends-on:
|
||||
float
|
||||
isnanf-nolibm
|
||||
signbit
|
||||
stdbool
|
||||
stdint
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ Depends-on:
|
||||
fpucw
|
||||
isnanl-nolibm
|
||||
float
|
||||
signbit
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user