diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-10-01 19:23:39 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-10-01 19:23:39 (GMT) |
commit | 7cf0ec2de82a93efa39990d9ce5934922ef5b1ae (patch) | |
tree | bb5e29960ec8d0dd59144a0dec82e86a91758ff6 | |
parent | 7399587148195d6e8c76742ccf6e5085e717deca (diff) | |
download | hdf5-7cf0ec2de82a93efa39990d9ce5934922ef5b1ae.zip hdf5-7cf0ec2de82a93efa39990d9ce5934922ef5b1ae.tar.gz hdf5-7cf0ec2de82a93efa39990d9ce5934922ef5b1ae.tar.bz2 |
[svn-r24244] Issue 1264: CYGWIN had long double rounding problem from unsigned long long. I took out the issue from the Known Problems section.
No test is needed.
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ed89c36..ec2e0a4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -511,12 +511,6 @@ Known Problems http://www.hdfgroup.org/ftp/HDF5/examples/known_problems/ (NAF - 2011/01/19) -* The library's test dt_arith.c showed a compiler's rounding problem on - Cygwin when converting from unsigned long long to long double. The - library's own conversion works fine. We defined a macro for Cygwin to - skip this test until we can solve the problem. - (SLU - 2010/05/05 - HDFFV-1264) - * All the VFL drivers aren't backward compatible. In H5FDpublic.h, the structure H5FD_class_t changed in 1.8. There is new parameter added to get_eoa and set_eoa callback functions. A new callback function |