lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5545] Remove a marker for a defect resolved 20080803T2323


From: Greg Chicares
Subject: [lmi-commits] [5545] Remove a marker for a defect resolved 20080803T2323Z
Date: Sat, 18 Aug 2012 11:49:21 +0000

Revision: 5545
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5545
Author:   chicares
Date:     2012-08-18 11:49:20 +0000 (Sat, 18 Aug 2012)
Log Message:
-----------
Remove a marker for a defect resolved 20080803T2323Z

Modified Paths:
--------------
    lmi/trunk/input_test.cpp

Modified: lmi/trunk/input_test.cpp
===================================================================
--- lmi/trunk/input_test.cpp    2012-08-18 11:47:23 UTC (rev 5544)
+++ lmi/trunk/input_test.cpp    2012-08-18 11:49:20 UTC (rev 5545)
@@ -336,20 +336,6 @@
 
 void input_test::test_document_classes()
 {
-    // TODO ?? Errors reported here with como seem to stem from
-    // innocuous differences in the way floating-point exponents are
-    // formatted. For instance, 'sample.ill', generated by MinGW
-    // gcc-3.4.4 (due to a defect in the msvc runtime library),
-    // contains
-    //   <TotalSpecifiedAmount>1e+006</TotalSpecifiedAmount>
-    // where a 'replica.ill' generated by como has
-    //   <TotalSpecifiedAmount>1e+06</TotalSpecifiedAmount>
-    // . They're equivalent, but como is correct: C99 7.19.6.1 says
-    // "the exponent always contains at least two digits, and only as
-    // many more digits as necessary to represent the exponent". This
-    // spurious error report should be suppressed in a way that
-    // doesn't block any actual error that may later develop.
-
     typedef multiple_cell_document M;
     test_document_io<M>("sample.cns", "replica.cns", __FILE__, __LINE__, 
false);
     typedef single_cell_document S;




reply via email to

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