From c8ec7a14bcebd842768b53df8b1e3843c752d04e Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Wed, 5 May 2010 11:26:17 -0500 Subject: [svn-r18707] I added an item in the Known Problems for the compiler's rounding problem on Cygwin running on Windows XP. It happens in dt_arith.c when converting from unsigned long long to long double (see bug #1813). --- release_docs/RELEASE.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8a1a9d7..b2cad63 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -352,6 +352,11 @@ Cray XT3 2.0.62 n n n n Known Problems ============== +* 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. Please see bug #1813. + SLU - 2010/5/5 * 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 -- cgit v0.12