From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 467623858D38; Tue, 23 Apr 2024 10:47:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 467623858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713869255; bh=bYx5Vy1NpZFTlOTHm3exZDCVNTsM2Tne6RRKabGt+Ns=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OCCQEL2fbAwOh6qmV5xSXQ2HBzxPWoZcSUgpM6VjliuL6R+ryE5o/RA6oR6C08Mxs tY/Sw4wxjRnB4xaNhVLjXmyTQS9cLWYHwwS5X0mnVxi918bvrf1DieH/C8yoy2CkB7 l5osdPUEnXnB4kklNpW5odaQmFyiQs4Zx/eh3vb8= From: "gejoed at rediffmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/114751] .gcda:stamp mismatch with notes file Date: Tue, 23 Apr 2024 10:47:32 +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.4.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gejoed at rediffmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114751 --- Comment #5 from Gejoe --- (In reply to Gejoe from comment #2) > For me, it is like this (just keeping the sample filenames as such but the > values are real ones shown while checking with gcov-dump) : >=20 > $gcov-dump ./obj-dir-path/src-file.gcda > ./obj-dir-path/src-file.gcda:data:magic `gcda':version `B14*' > ./obj-dir-path/src-file.gcda:stamp 2912455990 > : > >=20 > $ gcov-dump ./obj-dir-path/src-file.gcno > ./obj-dir-path/src-file.gcno:note:magic `gcno':version `B14*' > ./obj-dir-path/src-file.gcno:stamp 2912494680 > : > >=20 > Does this indicate something more to be checked ? >=20 > In the previous branch where gcc 10.3.0 is used, I could see same stamp > value for the gcov-dump of same gcda and gcno files there - 3176078538. >=20 > Awaiting reply. >=20 > Thanks. Hi team, Can I expect any reply on my message posted above ? Thanks, Gejoe=