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 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 Content-Type: text/plain; charset=US-ASCII 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 List-Id: 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:

    
    -- 
    2.39.0