Преглед на файлове

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"