From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24845 invoked by alias); 18 Jan 2020 09:55:47 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 24792 invoked by uid 9022); 18 Jan 2020 09:55:47 -0000 Date: Sat, 18 Jan 2020 09:55:00 -0000 Message-ID: <20200118095547.24789.qmail@sourceware.org> From: gerald@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 53ccade9a0d31b84effde997426cdca906ff89f0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7eba7f3bcff6b7c41474da9dd709294516903bd8 X-Git-Newrev: 53ccade9a0d31b84effde997426cdca906ff89f0 X-SW-Source: 2020/txt/msg00045.txt 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 53ccade9a0d31b84effde997426cdca906ff89f0 (commit) via b3723b90bf57fe139e8eab1be92a64c25a48b53a (commit) from 7eba7f3bcff6b7c41474da9dd709294516903bd8 (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 53ccade9a0d31b84effde997426cdca906ff89f0 Author: Gerald Pfeifer Date: Sat Jan 18 10:55:12 2020 +0100 Update notes on C++17 and C++2a support. Streamline these two sections, remove references to svn.html, note the latter has landed by now. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index dd3702dc..8d9dbce6 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -36,9 +36,7 @@

GCC has experimental support for the next revision of the C++ standard, which is expected to be published in 2020.

-

C++2a features are available as part of "mainline" GCC - in the trunk of GCC's repository - and will be available in GCC 8 and later. To enable C++2a +

C++2a features are available since GCC 8. To enable C++2a support, add the command-line parameter -std=c++2a to your g++ command line. Or, to enable GNU extensions in addition to C++2a features, @@ -462,9 +460,7 @@ the library documentation.

-

C++17 features are available as part of "mainline" GCC - in the trunk of GCC's repository - and in GCC 5 and later. To enable C++17 +

C++17 features are available since GCC 5. To enable C++17 support, add the command-line parameter -std=c++17 to your g++ command line. Or, to enable GNU extensions in addition to C++17 features, commit b3723b90bf57fe139e8eab1be92a64c25a48b53a Author: Gerald Pfeifer Date: Sat Jan 18 01:18:29 2020 +0100 Refer to Git (not SVN) to obtain current sources. diff --git a/htdocs/snapshots.html b/htdocs/snapshots.html index 3c491b00..80d61e27 100644 --- a/htdocs/snapshots.html +++ b/htdocs/snapshots.html @@ -11,7 +11,7 @@

GCC Snapshots

-

We recommend that you use SVN to access our +

We recommend that you use Git to access our current development sources.

We also make regular snapshots available for download from our ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 8 ++------ htdocs/snapshots.html | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) hooks/post-receive -- gcc-wwwdocs