This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to c99status.html


The comments in c99status.html about different versions of float.h have
been obsolete for some time.  I've applied the following patch to remove
them from the copies of c99status.html where they are obsolete.

Index: c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/c99status.html,v
retrieving revision 1.37
diff -u -r1.37 c99status.html
--- c99status.html	10 Apr 2004 18:48:06 -0000	1.37
+++ c99status.html	11 Apr 2004 17:22:29 -0000
@@ -306,14 +306,6 @@
 <code>__STDC_IEC_559__</code> or implement the associated standard
 pragmas.</li>
 
-<li>The extra definitions in <code>&lt;float.h&gt;</code> (of
-<code>FLT_EVAL_METHOD</code> and <code>DECIMAL_DIG</code>) are
-included in most versions of <code>&lt;float.h&gt;</code>, but not yet
-<code>float-c4x.h</code> or
-<code>float-vax.h</code>.  Also, some targets such as Solaris use the
-system <code>&lt;float.h&gt;</code> but do not fix it to add these
-definitions.</li>
-
 <li>Compiler support is needed for <code>math_errhandling</code>; see
 messages <a
 href="http://sources.redhat.com/ml/libc-hacker/2000-06/msg00008.html";>1</a>,
Index: gcc-3.3/c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/c99status.html,v
retrieving revision 1.2
diff -u -r1.2 c99status.html
--- gcc-3.3/c99status.html	11 Feb 2003 10:08:33 -0000	1.2
+++ gcc-3.3/c99status.html	11 Apr 2004 17:22:29 -0000
@@ -302,14 +302,6 @@
 <code>__STDC_IEC_559__</code> or implement the associated standard
 pragmas.</li>
 
-<li>The extra definitions in <code>&lt;float.h&gt;</code> (of
-<code>FLT_EVAL_METHOD</code> and <code>DECIMAL_DIG</code>) are
-included in most versions of <code>&lt;float.h&gt;</code>, but not yet
-<code>float-c4x.h</code> or
-<code>float-vax.h</code>.  Also, some targets such as Solaris use the
-system <code>&lt;float.h&gt;</code> but do not fix it to add these
-definitions.</li>
-
 <li>Compiler support is needed for <code>math_errhandling</code>; see
 messages <a
 href="http://sources.redhat.com/ml/libc-hacker/2000-06/msg00008.html";>1</a>,
Index: gcc-3.4/c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/c99status.html,v
retrieving revision 1.1
diff -u -r1.1 c99status.html
--- gcc-3.4/c99status.html	17 Jan 2004 21:01:33 -0000	1.1
+++ gcc-3.4/c99status.html	11 Apr 2004 17:22:29 -0000
@@ -302,14 +302,6 @@
 <code>__STDC_IEC_559__</code> or implement the associated standard
 pragmas.</li>
 
-<li>The extra definitions in <code>&lt;float.h&gt;</code> (of
-<code>FLT_EVAL_METHOD</code> and <code>DECIMAL_DIG</code>) are
-included in most versions of <code>&lt;float.h&gt;</code>, but not yet
-<code>float-c4x.h</code> or
-<code>float-vax.h</code>.  Also, some targets such as Solaris use the
-system <code>&lt;float.h&gt;</code> but do not fix it to add these
-definitions.</li>
-
 <li>Compiler support is needed for <code>math_errhandling</code>; see
 messages <a
 href="http://sources.redhat.com/ml/libc-hacker/2000-06/msg00008.html";>1</a>,

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]