summaryrefslogtreecommitdiff
path: root/libquadmath/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-01 08:55:33 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-01 08:55:33 +0000
commit25d7387838a36ff0636a5c27c019c7aabd20aaf3 (patch)
tree9f625e77a1aff1b0365afde48f24cdfe2e28ccf7 /libquadmath/ChangeLog
parentceeb4318d0c3e65d4515f0bd98f454da29c0e74d (diff)
downloadgcc-25d7387838a36ff0636a5c27c019c7aabd20aaf3.tar.gz
* math/rem_pio2q.c (__quadmath_kernel_rem_pio2): Fix up fq to y
conversion for prec 3 and __FLT_EVAL_METHOD__ != 0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libquadmath/ChangeLog')
-rw-r--r--libquadmath/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog
index 522d68385a9..7b35cc985d7 100644
--- a/libquadmath/ChangeLog
+++ b/libquadmath/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-01 Jakub Jelinek <jakub@redhat.com>
+
+ * math/rem_pio2q.c (__quadmath_kernel_rem_pio2): Fix up fq to y
+ conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
+
2011-04-03 Tobias Burnus <burnus@net-b.de>
PR fortran/48311