From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id EA100386F460; Thu, 7 May 2020 13:48:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA100386F460 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d8f633c3d174877858f8ca3110fb90e2f713b1e6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a3dbb7accf682da28eb9130eb2c3167b7f570141 X-Git-Newrev: d8f633c3d174877858f8ca3110fb90e2f713b1e6 Message-Id: <20200507134851.EA100386F460@sourceware.org> Date: Thu, 7 May 2020 13:48:51 +0000 (GMT) From: Martin Liska 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, 07 May 2020 13:48:52 -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 d8f633c3d174877858f8ca3110fb90e2f713b1e6 (commit) from a3dbb7accf682da28eb9130eb2c3167b7f570141 (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 d8f633c3d174877858f8ca3110fb90e2f713b1e6 Author: Martin Liska Date: Thu May 7 15:48:32 2020 +0200 Fix couple of broken links. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index a1e7f8b1..f4592cdb 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -91,17 +91,17 @@ You may also want to check out our removes unneeded pairs of new and delete operators. -
  • -fprofile-partial-training +
  • -fprofile-partial-training can now be used to inform the compiler that code paths not covered by the training run should not be optimized for size.
  • -
  • -fprofile-reproducible +
  • -fprofile-reproducible controls level of reproducibility of profile gathered by - -fprofile-generate. + -fprofile-generate. This makes it possible to rebuild program with same outcome which is useful, for example, for distribution packages.
  • -
  • -fprofile-prefix-path +
  • -fprofile-prefix-path can be used in combination with -fprofile-generate=profile_dir and -fprofile-use=profile_dir to inform GCC where the base directory of build source tree is in case it differs between instrumentation ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs