From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 8DB35384640E; Thu, 13 Aug 2020 15:38:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8DB35384640E To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. fb20e4dc5242fb245187dd0294f316b5136c8c7d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 74a91c3fbb8ff538a20b27be200666da225ce7e7 X-Git-Newrev: fb20e4dc5242fb245187dd0294f316b5136c8c7d Message-Id: <20200813153844.8DB35384640E@sourceware.org> Date: Thu, 13 Aug 2020 15:38:44 +0000 (GMT) From: Jonathan Wakely 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: Thu, 13 Aug 2020 15:38:44 -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 fb20e4dc5242fb245187dd0294f316b5136c8c7d (commit) from 74a91c3fbb8ff538a20b27be200666da225ce7e7 (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 fb20e4dc5242fb245187dd0294f316b5136c8c7d Author: Jonathan Wakely Date: Thu Aug 13 16:37:58 2020 +0100 Libstdc++ cheaders=c_std configuration is deprecated diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 1975c6c0..8526b87a 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -46,6 +46,11 @@ a work-in-progress.

  • -gsplit-dwarf no longer enables debug info generation on its own but requires a separate -g for this.
  • + +
  • The libstdc++ configure option --enable-cheaders=c_std + is deprecated and will be removed in a future release. It should be + possible to use --enable-cheaders=c_global (the default) + with no change in behaviour.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- gcc-wwwdocs