From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id D57293858D38; Tue, 31 Jan 2023 22:52:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D57293858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675205558; bh=OwlS5stne5A2M5mkG6+mPTP3mVdzE+lKXQBivuOMoR0=; h=To:Subject:Date:From:From; b=klCzx1OEMYEvLSHA7g780qhy1ODHj80BbKGzXngKqiHorhVng/PzqtNcUOWw4FwEv mURkr3hrc0gYh4GwhoR0DBfqmAurfB9Reg15/knrSpJFK+EthqNMql1j9MSmAe6H2m vv6EHtkjpLd2I/vaSaY1Dj5blKEdIBMAUZCfDidU= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 2f71b2d44604600e18d476032b2c2c01da9ce4d8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0f14b833324cb74279632a8e9904311d9ddd6cc4 X-Git-Newrev: 2f71b2d44604600e18d476032b2c2c01da9ce4d8 Message-Id: <20230131225238.D57293858D38@sourceware.org> Date: Tue, 31 Jan 2023 22:52:38 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 2f71b2d44604600e18d476032b2c2c01da9ce4d8 (commit) from 0f14b833324cb74279632a8e9904311d9ddd6cc4 (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 2f71b2d44604600e18d476032b2c2c01da9ce4d8 Author: Gerald Pfeifer Date: Tue Jan 31 23:52:19 2023 +0100 gcc-5: Fix deep link into GDB manual diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html index 893e35de..201a039f 100644 --- a/htdocs/gcc-5/changes.html +++ b/htdocs/gcc-5/changes.html @@ -504,7 +504,7 @@ version 2 and the current setting.
  • New random number distributions logistic_distribution and uniform_on_sphere_distribution as extensions.
  • -
  • GDB +
  • GDB Xmethods for containers and std::unique_ptr.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-5/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs