Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109795101
D45655.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
710 B
Referenced Files
None
Subscribers
None
D45655.diff
View Options
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -31,13 +31,8 @@
float __uf;
} __nan;
-#if __GNUC_PREREQ__(3, 3)
#define __MATH_BUILTIN_CONSTANTS
-#endif
-
-#if __GNUC_PREREQ__(3, 0)
#define __MATH_BUILTIN_RELOPS
-#endif
#ifdef __MATH_BUILTIN_CONSTANTS
#define HUGE_VAL __builtin_huge_val()
@@ -79,7 +74,7 @@
float: f, \
double: d, \
long double: ld)(x)
-#elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus)
+#elif !defined(__cplusplus)
#define __fp_type_select(x, f, d, ld) __builtin_choose_expr( \
__builtin_types_compatible_p(__typeof(x), long double), ld(x), \
__builtin_choose_expr( \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 10, 3:24 PM (7 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16579396
Default Alt Text
D45655.diff (710 B)
Attached To
Mode
D45655: math.h: Remove support for old gcc versions
Attached
Detach File
Event Timeline
Log In to Comment