From: janis Date: Tue, 30 Jan 2007 20:23:25 +0000 (+0000) Subject: * doc/extend.texi (Decimal Floating Types): Remove decfloat.h from X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7e4e456ad64c3fc73c17652b1bdd9fd5c81629f;p=thirdparty%2Fgcc.git * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1f712d064fe9..4b3a903ad2b1 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 PR c++/30601 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 2ed8f40fc7ef..f56f77fd0afd 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -854,10 +854,6 @@ is incomplete: @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