From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 96F73388E804; Mon, 11 May 2020 07:26:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 96F73388E804 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589181963; bh=LGIrNnfUMo53Zy7e+1FZuqLbHMwdere9ed/GgwTsGF0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HLK9H86oJxkn6rDtDIrfrU7Isb5pkIwOZPRiqp0QnlUdshGe6Lip0F15Udg9yxgx8 5SIG1MeMZUEYrZnSYQshF0C2SyvQ1B5yiaVbiTle4GlSci21TMurADin20+yMRshON hh2QsUvGujKRgNCZ63PpO0GqSLrsZVQ/xgXP1TcA= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format Date: Mon, 11 May 2020 07:26:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2020 07:26:03 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94928 --- Comment #18 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:10a9bf806cf180915c20f9971d33da8ff2d663c1 commit r11-260-g10a9bf806cf180915c20f9971d33da8ff2d663c1 Author: Martin Liska Date: Mon May 11 09:25:46 2020 +0200 Add caveat about parsing of .gcda and .gcno files. PR gcov-profile/94928 * gcov-io.h: Add caveat about coverage format parsing and possible outdated documentation.=