diff options
author | James E Wilson <wilson@specifixinc.com> | 2006-04-07 16:04:15 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2006-04-07 16:04:15 -0700 |
commit | 8e7a2b58e7c1b6427511249ec77c38f064342262 (patch) | |
tree | a943312c35d8921cd128be1e1ae3f14c41b92cdf /libffi/ChangeLog | |
parent | a05906031a66c96a5647f8ce6fe0a180b9a8021f (diff) | |
download | gcc-8e7a2b58e7c1b6427511249ec77c38f064342262.zip gcc-8e7a2b58e7c1b6427511249ec77c38f064342262.tar.gz gcc-8e7a2b58e7c1b6427511249ec77c38f064342262.tar.bz2 |
For PR 26483, IA-64 denorm failure due to unwanted rounding.
* testsuite/libffi.call/float4.c: New testcase.
From-SVN: r112768
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index b7ec8d6..def8e5c 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,7 @@ +2006-04-07 James E Wilson <wilson@specifix.com> + + * testsuite/libffi.call/float4.c: New testcase. + 2006-04-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> Andreas Tobler <a.tobler@schweiz.ch> |