From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21871 invoked by alias); 22 Nov 2007 23:15:40 -0000 Received: (qmail 21863 invoked by uid 22791); 22 Nov 2007 23:15:40 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Nov 2007 23:15:30 +0000 Received: (qmail 13434 invoked from network); 22 Nov 2007 23:15:28 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 22 Nov 2007 23:15:28 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.68) (envelope-from ) id 1IvLGZ-0007IA-KL for gcc-patches@gcc.gnu.org; Thu, 22 Nov 2007 23:15:27 +0000 Date: Fri, 23 Nov 2007 09:46:00 -0000 From: "Joseph S. Myers" To: gcc-patches@gcc.gnu.org Subject: Update c99status.html Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg01199.txt.bz2 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 @@

Status of C99 features in GCC

-

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).

+

This table is based on the list in the foreword to N1256 +(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)).

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 @@ additional math library functions in <math.h> Library Issue + + + +treatment of error conditions by math library functions (math_errhandling) + Library Issue Missing @@ -345,10 +352,7 @@ it in future in conjunction with work on prefetching. -

  • Some changes in TC2 may not have been implemented.
  • - -
  • The list above differs from that in the C99 standard (as amended -by TC1) as follows: +
  • 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 <stdint.h> and -- Joseph S. Myers joseph@codesourcery.com