summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-30 20:23:25 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-30 20:23:25 +0000
commitc7e4e456ad64c3fc73c17652b1bdd9fd5c81629f (patch)
treeafef2e94de72dba168d0d32aa9757e906596a9be /gcc/doc
parent1d40ee1078dd1a39952fc2367a8e0dab5d4d341c (diff)
downloadgcc-c7e4e456ad64c3fc73c17652b1bdd9fd5c81629f.tar.gz
* doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
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
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 2ed8f40fc7e..f56f77fd0af 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -855,10 +855,6 @@ is incomplete:
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.