From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1921) id F2BFD3858D20; Fri, 5 May 2023 06:13:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2BFD3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683267226; bh=gUeEecKkbNbcLA9rJM8il885+JIC1vACIR1LcG7GgwQ=; h=To:Subject:Date:From:From; b=IQdKR04fOCFDkedZ/QYyzCawlB5S0fG39rXBkPxYGCTSCZDaff2vHoH2rcNdIQdfP 0VhnkeaOTZ/a58vuCPpAVX3GiRf2V8YbY0jxiAua3Xe7QRCGxmVq6qs4+kdZkIvVaM KJMHjTOeSnsWY7ovKnSPmz9TTduOFSHyu6aiCXfs= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ce8961b192b8f29055609cbd7c2fc10d105cd340 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: afb755b2747e900efec8a0a17409b2948a1e7598 X-Git-Newrev: ce8961b192b8f29055609cbd7c2fc10d105cd340 Message-Id: <20230505061346.F2BFD3858D20@sourceware.org> Date: Fri, 5 May 2023 06:13:46 +0000 (GMT) From: Sebastian Huber 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 ce8961b192b8f29055609cbd7c2fc10d105cd340 (commit) from afb755b2747e900efec8a0a17409b2948a1e7598 (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 ce8961b192b8f29055609cbd7c2fc10d105cd340 Author: Sebastian Huber Date: Wed Apr 26 08:08:42 2023 +0200 gcc-13: Mention new gcov feature diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 70732ec0..3d4870bd 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -151,6 +151,11 @@ You may also want to check out our where the json-prefixed variants refer to GCC's own JSON diagnostic format. +
  • + Support for profiling and test coverage in freestanding environments has + been added, see also + Profiling and Test Coverage in Freestanding Environments. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- gcc-wwwdocs