From patchwork Sat Jan 21 17:33:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 46846 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp816483wrn; Sat, 21 Jan 2023 09:33:50 -0800 (PST) X-Google-Smtp-Source: AMrXdXvyKQ3b78FQAYMAAV+lMuaZctIElKArSCTF1K/A88bNm9CZ0k00mUVvjJ0FTPR33AMYWdpU X-Received: by 2002:aa7:c603:0:b0:46b:203:f388 with SMTP id h3-20020aa7c603000000b0046b0203f388mr29282517edq.39.1674322430663; Sat, 21 Jan 2023 09:33:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1674322430; cv=none; d=google.com; s=arc-20160816; b=ZcBA/aD7JbvneIEAVGy68XIeM85C58wBfRC6cNdtBiAe+uG5OeR2yGpxW9Bet2/AEj U8dImU+6LTZtqzxITz8DyzNWkJTbXtbhNYJdtLXUcxEObJAfvkHx3/PQCLVKy/1/6Mxi gcgHI0f0RnwxDa0jqiWYsFCTNFq0ExlA7hayAoJEo94LtneQ/hOzVECGfGJG4ZXZz/se ha9IN1qfT+GuQEntKsl7wHIXdZD9IfiCnb52B403zwvvV0aagQvIMuS5BzZh6+cejB6Z Q8+alJCMNIi9tCSpcrvgzCNBpSD5Kshxcebus9cRrEn2Vt/IoADDzjf8mm4IsAghJLBX hI+w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:message-id:mime-version:subject :to:from:date:dmarc-filter:delivered-to; bh=3lST0ASNQeXGGPtr0elTqVoxSZGTkRBfufEdqJcOtr0=; b=OgD78dQxg/qJt/dUxKEpecPJido7/wvQF7ETB7t9+xe690F614z38/XlW7RkI/nUSK AMXFEQl+1aF0P2pUR98yg90WZMaNgWAD+9V8aFrqhRpo7yWCKSBIH42iw+pLFdTndZjF f5YTvmnTIFR9N/L/HT9Gk5/Igulw83cg9V1qFNa6TArBXHPw89i8b7P7OCcMtPOjbSpO dqaeGpIcxUXkWTuixlkvpVtnYTCZn1EU4h58ms6w9eooX5QKlyDor3fHP+usBLzuXl8S vhD06TQHM863mZEzMP5WqxxkmrvADl6BQUGW+7aEaAE/4d96KUS7bX6woY+x28dS78EQ bX2A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from sourceware.org (ip-8-43-85-97.sourceware.org. [8.43.85.97]) by mx.google.com with ESMTPS id g25-20020aa7c599000000b0049ebc3bc8ebsi6019527edq.344.2023.01.21.09.33.50 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 21 Jan 2023 09:33:50 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) client-ip=8.43.85.97; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D02D03858D32 for ; Sat, 21 Jan 2023 17:33:46 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 26D903858D32 for ; Sat, 21 Jan 2023 17:33:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 26D903858D32 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 6E2FE33E62 for ; Sat, 21 Jan 2023 12:33:12 -0500 (EST) Received: from naga.localdomain (188-23-1-149.adsl.highway.telekom.at [188.23.1.149]) (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 09D3433E5C for ; Sat, 21 Jan 2023 12:33:11 -0500 (EST) Date: Sat, 21 Jan 2023 18:33:11 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [pushed] wwwdocs: gcc-5: Adjust www.open-std.org links to https MIME-Version: 1.0 X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230121173312.6E2FE33E62@hamza.pair.com> X-Spam-Status: No, score=-9.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, 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 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org Sender: "Gcc-patches" X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1755654316978679516?= X-GMAIL-MSGID: =?utf-8?q?1755654316978679516?= Business as usual. Gerald --- htdocs/gcc-5/changes.html | 2 +- htdocs/gcc-5/porting_to.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html index f6742fb0..893e35de 100644 --- a/htdocs/gcc-5/changes.html +++ b/htdocs/gcc-5/changes.html @@ -417,7 +417,7 @@ void operator delete[] wwwdocs: (void *, std::size_t) noexcept; These warnings can be used at compile time, but they are more useful in combination with link-time optimization.
  • G++ no longer supports - N3639 + N3639 variable length arrays, as they were removed from the C++14 working paper prior to ratification. GNU VLAs are still supported, so VLA support is now the same in C++14 mode as in C++98 and C++11 modes.
  • diff --git a/htdocs/gcc-5/porting_to.html b/htdocs/gcc-5/porting_to.html index b8942aa8..f2a831c4 100644 --- a/htdocs/gcc-5/porting_to.html +++ b/htdocs/gcc-5/porting_to.html @@ -380,7 +380,7 @@ For instance:

    Converting std::nullptr_t to bool in C++11 mode now requires direct-initialization. This has been changed in -DR 1423.

    +DR 1423.

    As a consequence, the following is invalid:

    @@ -400,7 +400,7 @@ converting nullptr to bool.

    Return by converting move constructor

    GCC 5 implements -DR 1579 +DR 1579 which means that when compiling a function like: