diff options
author | Marek Polacek <polacek@redhat.com> | 2012-05-26 13:49:49 +0200 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2012-05-26 13:49:49 +0200 |
commit | d81dcb356909937b0c8e9c69ff0be27f51aaa07a (patch) | |
tree | 8d5c885d6d3ea9088fcc32bcd7b90e737ab93b33 /ChangeLog | |
parent | 9c6ea9facbba4d430807bd21fa82892d713b1ecd (diff) | |
download | glibc-d81dcb356909937b0c8e9c69ff0be27f51aaa07a.zip glibc-d81dcb356909937b0c8e9c69ff0be27f51aaa07a.tar.gz glibc-d81dcb356909937b0c8e9c69ff0be27f51aaa07a.tar.bz2 |
Fix fma test for underflow.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-05-25 Marek Polacek <polacek@redhat.com> + + [BZ #14152] + * math/libm-test.inc (fma_test): Don't always expect underflow + exception. + 2012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com> [BZ #12416] |