From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id 29E323861887; Wed, 19 Aug 2020 22:00:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29E323861887 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 9964ae4df624a57e5780d1c3a9c2e0cb3defba45 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e8120aa3ecc3dec9c6ddcd3add2326e94fe5fb1e X-Git-Newrev: 9964ae4df624a57e5780d1c3a9c2e0cb3defba45 Message-Id: <20200819220014.29E323861887@sourceware.org> Date: Wed, 19 Aug 2020 22:00:14 +0000 (GMT) From: Jason Merrill X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2020 22:00:14 -0000 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 9964ae4df624a57e5780d1c3a9c2e0cb3defba45 (commit) from e8120aa3ecc3dec9c6ddcd3add2326e94fe5fb1e (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 9964ae4df624a57e5780d1c3a9c2e0cb3defba45 Author: Jason Merrill Date: Wed Aug 19 18:00:02 2020 -0400 gcc-11/changes: Mention -fno-new-ttp-matching. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 708bb6ac..1fe3f3a4 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -31,7 +31,11 @@ a work-in-progress.

Caveats

  • The default mode for C++ is now -std=gnu++17 instead of - -std=gnu++14.
  • + -std=gnu++14. Note + that C++17 changes to template + template parameter matching can be disabled independently of other + features with -fno-new-ttp-matching. +
  • Naming and location of auxiliary and dump output files changed. If you compile multiple input files in a single command, if you ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs