From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 9633F3858D35 for ; Thu, 10 Nov 2022 08:07:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9633F3858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 59F2733E46 for ; Thu, 10 Nov 2022 03:07:42 -0500 (EST) Received: from [10.30.2.25] (unknown [195.53.52.170]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id D555733E6D for ; Thu, 10 Nov 2022 03:07:41 -0500 (EST) Date: Thu, 10 Nov 2022 09:07:40 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: c99status: Switch www.open-std.org to https MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20221110080742.59F2733E46@hamza.pair.com> X-Spam-Status: No, score=-9.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,RCVD_IN_SBL_CSS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Pushed. Gerald --- htdocs/c99status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/c99status.html b/htdocs/c99status.html index 615394f4..85adb158 100644 --- a/htdocs/c99status.html +++ b/htdocs/c99status.html @@ -19,7 +19,7 @@ Annexes F and G). The following table gives more details of the C99 support in different GCC versions.

This table is based on the list in the foreword to N1256 +href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf">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)).

-- 2.38.0