public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. a4fcfa9eab53d3ed6f3690460fc0edfb1129a561
@ 2020-02-21 17:32 mpolacek
  0 siblings, 0 replies; only message in thread
From: mpolacek @ 2020-02-21 17:32 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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  a4fcfa9eab53d3ed6f3690460fc0edfb1129a561 (commit)
      from  b2543147f043404eb90ebefa744d210fa7ca6566 (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 a4fcfa9eab53d3ed6f3690460fc0edfb1129a561
Author: Marek Polacek <polacek@redhat.com>
Date:   Fri Feb 21 12:30:48 2020 -0500

    cxx-status: Update -std= instructions for C++20.
    
    We merged support for -std=c++20 to trunk, so -std=c++2a is only
    needed in GCC 9 and earlier.

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 1b54ea9..4727861 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -37,7 +37,8 @@
   standard, which is expected to be published in 2020.</p>
 
   <p>C++2a features are available since GCC 8. To enable C++2a
-      support, add the command-line parameter <code>-std=c++2a</code>
+      support, add the command-line parameter <code>-std=c++20</code>
+      (use <code>-std=c++2a</code> in GCC 9 and earlier)
       to your <code>g++</code> command line. Or, to enable GNU
       extensions in addition to C++2a features,
     add <code>-std=gnu++2a</code>.</p>

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

Summary of changes:
 htdocs/projects/cxx-status.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-21 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 17:32 gcc-wwwdocs branch master updated. a4fcfa9eab53d3ed6f3690460fc0edfb1129a561 mpolacek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).