Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Unified Diff: gcc/gcc/libgcc2.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/libgcc-std.ver ('k') | gcc/gcc/loop-unswitch.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/libgcc2.c
diff --git a/gcc/gcc/libgcc2.c b/gcc/gcc/libgcc2.c
index cb4d6d8ceed1f7b586d381b628630e0fd77f7666..d6816d0b6e8c6b73434597d594d2c49c0af64254 100644
--- a/gcc/gcc/libgcc2.c
+++ b/gcc/gcc/libgcc2.c
@@ -1802,7 +1802,7 @@ NAME (TYPE x, int m)
#define isfinite(x) __builtin_expect (!isnan((x) - (x)), 1)
#define isinf(x) __builtin_expect (!isnan(x) & !isfinite(x), 0)
-#define INFINITY CONCAT2(__builtin_inf, CEXT) ()
+#define INFINITY CONCAT2(__builtin_huge_val, CEXT) ()
#define I 1i
/* Helpers to make the following code slightly less gross. */
« no previous file with comments | « gcc/gcc/libgcc-std.ver ('k') | gcc/gcc/loop-unswitch.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698