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]

Update c99status.html


I've applied this patch to update c99status.html after the publication of 
C99 TC3.

Index: c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/c99status.html,v
retrieving revision 1.46
diff -u -r1.46 c99status.html
--- c99status.html	13 Feb 2007 23:54:54 -0000	1.46
+++ c99status.html	22 Nov 2007 23:14:15 -0000
@@ -7,9 +7,11 @@
 <body>
 <h1>Status of C99 features in GCC</h1>
 
-<p>This table is based on the list in the foreword to the printed
-standard ISO/IEC 9899:1999 (E), as amended by ISO/IEC
-9899:1999/Cor.1:2001 (E) and ISO/IEC 9899:1999/Cor.2:2004 (E).</p>
+<p>This table is based on the list in the foreword to <a
+href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf";>N1256</a>
+(ISO/IEC 9899:1999 (E), consolidated with ISO/IEC 9899:1999/Cor.1:2001
+(E), ISO/IEC 9899:1999/Cor.2:2004 (E) and ISO/IEC 9899:1999/Cor.3:2007
+(E)).</p>
 
 <p>Where "Library Issue" is listed in conjunction with some other
 status, this means that some compiler support is needed for the
@@ -186,6 +188,11 @@
 
 <tr><td><em>additional math library functions in <code>&lt;math.h&gt;</code></em></td>
     <td>Library Issue</td>
+    <td></td><td></td><td></td>
+</tr>
+
+<tr><td><em>treatment of error conditions by math library functions (<code>math_errhandling</code>)</em></td>
+    <td>Library Issue</td>
     <td></td><td></td><td>Missing</td>
 </tr>
 
@@ -345,10 +352,7 @@
 it in future in conjunction with <a href="projects/prefetch.html">work
 on prefetching</a>.</li>
 
-<li>Some changes in TC2 may not have been implemented.</li>
-
-<li>The list above differs from that in the C99 standard (as amended
-by TC1) as follows:
+<li>The list above differs from that in N1256 as follows:
 "LIA compatibility annex" is removed, since it refers to C99's
 conformance to another standard rather than something for C
 implementations to do.  The <code>&lt;stdint.h&gt;</code> and

-- 
Joseph S. Myers
joseph@codesourcery.com


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