From patchwork Tue Nov 1 12:05:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 59714 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A2BCD3858000 for ; Tue, 1 Nov 2022 12:05:55 +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 B2CAD38576AD for ; Tue, 1 Nov 2022 12:05:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B2CAD38576AD 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 7CC5733E13 for ; Tue, 1 Nov 2022 08:05:35 -0400 (EDT) Received: from naga.localdomain (194-166-101-219.adsl.highway.telekom.at [194.166.101.219]) (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 1432B33E70 for ; Tue, 1 Nov 2022 08:05:34 -0400 (EDT) Date: Tue, 1 Nov 2022 13:05:33 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: gcc-4.4: Switch www.open-std.org to https MIME-Version: 1.0 X-Scanned-By: mailmunge 3.09 on 209.68.5.143 Message-Id: <20221101120535.7CC5733E13@hamza.pair.com> X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SCC_10_SHORT_WORD_LINES, SCC_20_SHORT_WORD_LINES, SCC_35_SHORT_WORD_LINES, SCC_5_SHORT_WORD_LINES, 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+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Pushed. Gerald --- htdocs/gcc-4.4/changes.html | 2 +- htdocs/gcc-4.4/cxx0x_status.html | 116 +++++++++++++++---------------- 2 files changed, 59 insertions(+), 59 deletions(-) diff --git a/htdocs/gcc-4.4/changes.html b/htdocs/gcc-4.4/changes.html index 748787e7..40a6f0c8 100644 --- a/htdocs/gcc-4.4/changes.html +++ b/htdocs/gcc-4.4/changes.html @@ -305,7 +305,7 @@ is now supported for the C, C++, and Fortran compilers.
  • New character data types, per + href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1040.pdf"> TR 19769: New character types in C, are now supported for the C compiler in -std=gnu99 mode, as __CHAR16_TYPE__ and __CHAR32_TYPE__, and for the C++ compiler in diff --git a/htdocs/gcc-4.4/cxx0x_status.html b/htdocs/gcc-4.4/cxx0x_status.html index 88184913..1fe57fc9 100644 --- a/htdocs/gcc-4.4/cxx0x_status.html +++ b/htdocs/gcc-4.4/cxx0x_status.html @@ -18,7 +18,7 @@

    GCC's C++0x mode tracks the C++0x working paper drafts produced by the ISO C++ committee, available on the ISO C++ committee's web site at http://www.open-std.org/jtc1/sc22/wg21/. Since +href="https://www.open-std.org/jtc1/sc22/wg21/">https://www.open-std.org/jtc1/sc22/wg21/. Since this standard is still being extended and modified, the feature set provided by the experimental C++0x mode may vary greatly from one GCC version to another. No attempts will be made to preserve backward @@ -40,217 +40,217 @@ page.

    Rvalue references - N2118 + N2118 Yes     Rvalue references for *this - N2439 + N2439 No Initialization of class objects by rvalues - N1610 + N1610 Yes Variadic templates - N2242 + N2242 Yes     Extending variadic template template parameters - N2555 + N2555 Yes Initializer lists - N2672 + N2672 Yes Static assertions - N1720 + N1720 Yes auto-typed variables - N1984 + N1984 Yes     Multi-declarator auto - N1737 + N1737 Yes     Removal of auto as a storage-class specifier - N2546 + N2546 Yes     New function declarator syntax - N2541 + N2541 Yes Lambda expressions and closures - N2550 + N2550 No     Constness of lambda functions - N2658 + N2658 No Declared type of an expression - N2343 + N2343 Yes Right angle brackets - N1757 + N1757 Yes Default template arguments for function templates - DR226 + DR226 Yes Solving the SFINAE problem for expressions - DR339 + DR339 Yes Template aliases - N2258 + N2258 No Extern templates - N1987 + N1987 Yes Null pointer constant - N2431 + N2431 No Strongly-typed enums - N2347 + N2347 Yes Forward declarations for enums - N2764 + N2764 No Generalized attributes - N2761 + N2761 No Generalized constant expressions - N2235 + N2235 No Alignment support - N2341 + N2341 No Delegating constructors - N1986 + N1986 No Inheriting constructors - N2540 + N2540 No Explicit conversion operators - N2437 + N2437 No New character types - N2249 + N2249 Yes Unicode string literals - N2442 + N2442 No Raw string literals - N2442 + N2442 No Universal character name literals - N2170 + N2170 No Extensible literals - N2765 + N2765 No Standard Layout Types - N2342 + N2342 No Defaulted and deleted functions - N2346 + N2346 Yes Extended friend declarations - N1791 + N1791 No Extending sizeof - N2253 + N2253 Yes Inline namespaces - N2535 + N2535 Yes Unrestricted unions - N2544 + N2544 No Local and unnamed types as template arguments - N2657 + N2657 No Minimal support for garbage collection and reachability-based leak detection - N2670 + N2670 No Concepts - N2773 + N2773 No @@ -260,58 +260,58 @@ page.

    Sequence points - N2239 + N2239 No Atomic operations - N2427 + N2427 Yes Strong Compare and Exchange - N2748 + N2748 No Bidirectional Fences - N2752 + N2752 No Memory model - N2429 + N2429 No Data-dependency ordering: atomics and memory model - N2664 + N2664 No Propagating exceptions - N2179 + N2179 Yes Abandoning a process and at_quick_exit - N2440 + N2440 No Allow atomics use in signal handlers - N2547 + N2547 No Thread-local storage - N2659 + N2659 No Dynamic initialization and destruction with concurrency - N2660 + N2660 No @@ -321,22 +321,22 @@ page.

    __func__ predefined identifier - N2340 + N2340 Yes C99 preprocessor - N1653 + N1653 Yes long long - N1811 + N1811 Yes Extended integral types - N1988 + N1988 No