diff options
| author | Andreas Jaeger <aj@suse.de> | 2012-03-07 08:55:31 +0100 |
|---|---|---|
| committer | Andreas Jaeger <aj@suse.de> | 2012-03-07 08:55:31 +0100 |
| commit | 580716898d5e80784f1993a0129d1b821bc6e3bf (patch) | |
| tree | c346faaab5b1f4005f3c0dd8f16ba701a30ad541 /stdlib | |
| parent | 625d134f42d65ebc0349c03a0d9592400e86d084 (diff) | |
| parent | 3bd2c723160f04b1c151daffb8f6596dbd633f5e (diff) | |
| download | glibc-580716898d5e80784f1993a0129d1b821bc6e3bf.tar.xz glibc-580716898d5e80784f1993a0129d1b821bc6e3bf.zip | |
Merge branch 'master' into bug13658-branch
Diffstat (limited to 'stdlib')
| -rw-r--r-- | stdlib/tst-strtod.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stdlib/tst-strtod.c b/stdlib/tst-strtod.c index 9be7835e7f..25bee78f2e 100644 --- a/stdlib/tst-strtod.c +++ b/stdlib/tst-strtod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,1996-2001,2003,2009,2011 Free Software Foundation, Inc. +/* Copyright (C) 1991-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -64,12 +64,9 @@ static const struct ltest tests[] = { "0x0.8p-1022", 1.11253692925360069154511635866620203210960799023116591527666e-308, '\0', ERANGE }, -#if __GNUC_PREREQ(2,96) - /* For older GCC release HUGE_VAL is not a constant. */ { "Inf", HUGE_VAL, '\0', 0 }, { "-Inf", -HUGE_VAL, '\0', 0 }, { "+InFiNiTy", HUGE_VAL, '\0', 0 }, -#endif { "0x80000Ap-23", 0x80000Ap-23, '\0', 0 }, { "1e-324", 0, '\0', ERANGE }, { NULL, 0, '\0', 0 } |
