From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id D1AE53858C83; Sat, 29 Oct 2022 21:33:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1AE53858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667079181; bh=r9yFWJQstNtu6V85aEclSJTHxZVP7PWXcqC5/jGPWA8=; h=To:Subject:Date:From:From; b=VHGQm6eYDyg3YZD57v36c0K+E6rlCEatmqUOBD43cDoxIcbo/F5B+4a3njK2XCYcj EG6jo7gYVMsjL6XYUNsoI3FfS9LIokbd9QDG8RmWZHr2+Je2DpoNH4oxwqc0SXlZ6K 6dkxlX6KsjVYPM6kcWaSqwM0Yh0IOtBqJHCV18y8= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5cffd5fbcd175d22d7b5002e4797f763f52491e6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3370a3fc10cdbc62797b7177e8afaecfbf8e5d31 X-Git-Newrev: 5cffd5fbcd175d22d7b5002e4797f763f52491e6 Message-Id: <20221029213301.D1AE53858C83@sourceware.org> Date: Sat, 29 Oct 2022 21:33:01 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 5cffd5fbcd175d22d7b5002e4797f763f52491e6 (commit) from 3370a3fc10cdbc62797b7177e8afaecfbf8e5d31 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5cffd5fbcd175d22d7b5002e4797f763f52491e6 Author: Gerald Pfeifer Date: Sat Oct 29 23:32:40 2022 +0200 gcc-4.3: Switch www.open-std.org to https diff --git a/htdocs/gcc-4.3/cxx0x_status.html b/htdocs/gcc-4.3/cxx0x_status.html index d4680370..de1de274 100644 --- a/htdocs/gcc-4.3/cxx0x_status.html +++ b/htdocs/gcc-4.3/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 @@ -38,189 +38,189 @@ page.

Rvalue references - N2118 + N2118 Yes     Rvalue references for *this - N2439 + N2439 No Variadic templates - N2242 + N2242 Yes     Extending variadic template template parameters - N2555 + N2555 No Initializer lists - N2672 + N2672 No Static assertions - N1720 + N1720 Yes auto-typed variables - N1984 + N1984 No     Multi-declarator auto - N1737 + N1737 No     Removal of auto as a storage-class specifier - N2546 + N2546 No     New function declarator syntax - N2541 + N2541 No 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 No Template aliases - N2258 + N2258 No Extern templates - N1987 + N1987 Yes Null pointer constant - N2431 + N2431 No Strongly-typed enums - N2347 + N2347 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 No Raw and Unicode string literals - N2442 + N2442 No Extended PODs - N2342 + N2342 No Initialization of class objects by rvalues - N1610 + N1610 No Extended friend declarations - N1791 + N1791 No Extending sizeof - N2253 + N2253 No Universal character name literals - N2170 + N2170 No Defaulted and deleted functions - N2346 + N2346 No Inline namespaces - N2535 + N2535 No 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 @@ -230,47 +230,47 @@ page.

Sequence points - N2239 + N2239 No Atomic operations - N2427 + N2427 No Memory model - N2429 + N2429 No C++ data-dependency ordering: atomics and memory model - N2664 + N2664 No Copying and rethrowing exceptions - N2179 + N2179 No Abandoning a process - 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 @@ -280,22 +280,22 @@ page.

__func__ predefined identifier - N2340 + N2340 Yes C99 preprocessor - N1653 + N1653 Yes long long - N1811 + N1811 Yes Extended integral types - N1988 + N1988 No diff --git a/htdocs/gcc-4.3/porting_to.html b/htdocs/gcc-4.3/porting_to.html index e4d622a1..ac71c902 100644 --- a/htdocs/gcc-4.3/porting_to.html +++ b/htdocs/gcc-4.3/porting_to.html @@ -473,7 +473,7 @@ int main(int m, char** c) class, and have the same storage as the primary template. This is a change from previous behavior, based on the feedback and commentary as part of the ISO C++ Core Defect -Report 605. +Report 605.


-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-4.3/cxx0x_status.html | 102 +++++++++++++++++++--------------------
 htdocs/gcc-4.3/porting_to.html   |   2 +-
 2 files changed, 52 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs