summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-26 18:24:54 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-26 18:24:54 +0000
commit64f91bdc6c66b1bc7b832cb4cb296ed424f1867c (patch)
tree253a8e89ce7d5885ccd6131af8d42a636a2d28a8 /libstdc++-v3/ChangeLog
parentb4ac3759f7a68557a5c75bf2eab95a3eb30eab4f (diff)
downloadgcc-64f91bdc6c66b1bc7b832cb4cb296ed424f1867c.tar.gz
2007-11-26 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/25913 * include/c_std/cmath (std::fpclassify, isfinite, isinf, isnan, isnormal, signbit, isgreater, isgreaterequal, isless, islessequal, islessgreater, isunordered): Guard with __enable_if and forward with __promote. * include/c_global/cmath: Likewise. * testsuite/26_numerics/headers/cmath/25913.cc: New. * include/c_std/cmath (__gnu_cxx::__capture_isfinite, __capture_isinf, __capture_isnan, __capture_isnormal, __capture_signbit, __capture_isgreater, __capture_isgreaterequal, __capture_isless, __capture_islessequal, __capture_islessgreater, __capture_isunordered): Remove. (std::isfinite, isinf, isnan, isnormal, signbit, isgreater, isgreaterequal, isless, islessequal, islessgreater, isunordered): Forward to the corresponding builtin. * include/c_global/cmath: Likewise. * include/c_global/cmath (std::atan2, pow): Guard with __enable_if. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130443 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index fe86a804690..fab7ed50c2f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,25 @@
+2007-11-26 Paolo Carlini <pcarlini@suse.de>
+
+ PR libstdc++/25913
+ * include/c_std/cmath (std::fpclassify, isfinite, isinf, isnan,
+ isnormal, signbit, isgreater, isgreaterequal, isless, islessequal,
+ islessgreater, isunordered): Guard with __enable_if and forward
+ with __promote.
+ * include/c_global/cmath: Likewise.
+ * testsuite/26_numerics/headers/cmath/25913.cc: New.
+
+ * include/c_std/cmath (__gnu_cxx::__capture_isfinite,
+ __capture_isinf, __capture_isnan, __capture_isnormal,
+ __capture_signbit, __capture_isgreater, __capture_isgreaterequal,
+ __capture_isless, __capture_islessequal, __capture_islessgreater,
+ __capture_isunordered): Remove.
+ (std::isfinite, isinf, isnan, isnormal, signbit, isgreater,
+ isgreaterequal, isless, islessequal, islessgreater, isunordered):
+ Forward to the corresponding builtin.
+ * include/c_global/cmath: Likewise.
+
+ * include/c_global/cmath (std::atan2, pow): Guard with __enable_if.
+
2007-11-25 Paolo Carlini <pcarlini@suse.de>
* include/tr1_impl/unordered_map