浏览代码

Remove obsolete warning about unsigned long -> float promotion, this was fixed back in GCC 4.0-tigcc-pre3.

git-svn-id: file:///var/svn/tigccpp/trunk@1061 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 年之前
父节点
当前提交
3d2640f9d7
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      tigcc/doc/System/Info/htfloats/htfloats.hss

+ 0 - 6
tigcc/doc/System/Info/htfloats/htfloats.hss

@@ -120,12 +120,6 @@ support in TIGCC is not perfect yet. That's why there are still some limitations
 in the use of floating point values (fortunately, they are not serious):
 <UL>
 <LI>
-The promotion of unsigned long integers which are too big to fit in a long integer type
-(i.e. values between 2147483648 and 4294967295) does not work correctly: The promoted value
-will be negative.</LI>
-</UL>
-<UL>
-<LI>
 The promotion of double long integers (<A HREF="$$INFOLINK(gnuexts/SEC72)">long long</A> types) to
 floating point values, and truncation of floating point values to longlongs are not implemented
 yet. If you try to do this (which is not very likely), you will get an "undefined reference"