Page MenuHomeFreeBSD

D35815.id108156.diff
No OneTemporary

D35815.id108156.diff

Index: lib/msun/src/math.h
===================================================================
--- lib/msun/src/math.h
+++ lib/msun/src/math.h
@@ -81,16 +81,7 @@
#define __fp_type_select(x, f, d, ld) __extension__ _Generic((x), \
float: f(x), \
double: d(x), \
- long double: ld(x), \
- volatile float: f(x), \
- volatile double: d(x), \
- volatile long double: ld(x), \
- volatile const float: f(x), \
- volatile const double: d(x), \
- volatile const long double: ld(x), \
- const float: f(x), \
- const double: d(x), \
- const long double: ld(x))
+ long double: ld(x))
#elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus)
#define __fp_type_select(x, f, d, ld) __builtin_choose_expr( \
__builtin_types_compatible_p(__typeof(x), long double), ld(x), \

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 6, 6:02 AM (7 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14478783
Default Alt Text
D35815.id108156.diff (862 B)

Event Timeline