OSDN Git Service

* doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jan 2007 20:23:25 +0000 (20:23 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jan 2007 20:23:25 +0000 (20:23 +0000)
the list of discrepancies from the draft TR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121358 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/extend.texi

index 1f712d0..4b3a903 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-30  Janis Johnson
+
+       * doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
+       the list of discrepancies from the draft TR.
+
 2007-01-30  Dirk Mueller  <dmueller@suse.de>
 
        PR c++/30601
 2007-01-30  Dirk Mueller  <dmueller@suse.de>
 
        PR c++/30601
index 2ed8f40..f56f77f 100644 (file)
@@ -855,10 +855,6 @@ is incomplete:
 Translation time data type (TTDT) is not supported.
 
 @item
 Translation time data type (TTDT) is not supported.
 
 @item
-Characteristics of decimal floating types are defined in header file
-@file{decfloat.h} rather than @file{float.h}.
-
-@item
 When the value of a decimal floating type cannot be represented in the
 integer type to which it is being converted, the result is undefined
 rather than the result value specified by the draft technical report.
 When the value of a decimal floating type cannot be represented in the
 integer type to which it is being converted, the result is undefined
 rather than the result value specified by the draft technical report.