lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 49c2d97 2/5: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 49c2d97 2/5: Improve documentation
Date: Thu, 13 Apr 2017 06:58:29 -0400 (EDT)

branch: master
commit 49c2d974bf67906274b89f5fb4f452e5d520d811
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve documentation
---
 bourn_cast_test.cpp | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/bourn_cast_test.cpp b/bourn_cast_test.cpp
index 1407407..456dadc 100644
--- a/bourn_cast_test.cpp
+++ b/bourn_cast_test.cpp
@@ -293,7 +293,7 @@ void test_conv_fpint(char const* file, int line)
     static_assert(2 == i_traits::radix, "");
     static_assert(2 == f_traits::radix, "");
 
-    // Integral to floating.
+    // Integral to floating and back.
 
     I const i_hi = i_traits::max();
     F const f_i_hi = bourn_cast<F>(i_hi);
@@ -545,7 +545,11 @@ void test_m64_neighborhood()
 
 /// Test boost::numeric_cast anomalies reported here:
 ///   http://lists.nongnu.org/archive/html/lmi/2017-03/msg00127.html
-/// and confirmed here:
+/// All these tests fail with boost-1.33.1 and gcc-4.9 '-O2' on
+///   x86_64-linux-gnu
+///   i686-linux-gnu
+///   i686-w64-mingw32
+/// and also with boost-1.62 and x86_64-linux-gnu as confirmed here:
 ///   http://lists.nongnu.org/archive/html/lmi/2017-03/msg00128.html
 
 void test_boost_anomalies()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]