diff options
author | Janis Johnson <janis@gcc.gnu.org> | 2007-01-30 20:23:25 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2007-01-30 20:23:25 +0000 |
commit | 05f182f63a03b74e3431a087015ad505dd169334 (patch) | |
tree | afef2e94de72dba168d0d32aa9757e906596a9be | |
parent | e4cf973dd9cccacb662af8c4f9ed5aa35573074a (diff) | |
download | gcc-05f182f63a03b74e3431a087015ad505dd169334.zip gcc-05f182f63a03b74e3431a087015ad505dd169334.tar.gz gcc-05f182f63a03b74e3431a087015ad505dd169334.tar.bz2 |
extend.texi (Decimal Floating Types): Remove decfloat.h from the list of discrepancies from the draft TR.
* doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
the list of discrepancies from the draft TR.
From-SVN: r121358
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1f712d0..4b3a903 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 2ed8f40..f56f77f 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. |