From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2975D3861001; Wed, 24 Apr 2024 05:03:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2975D3861001 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713934998; bh=ECplBttagqAjl/U7CySIBGGL4fN3zmvD5qLtj3neELk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O4y+tCDlktSoYmqpOXet+Igo9InZmvZTsVpg3nKwg1bxHO4+JeosduqdUaMwOJuwa EWqN0fyavd5kvsVzQPU1FNTJ/YcO0rKm6VcFb6pDUf7gtfXBZ5hyj3bnUVvNzbaKB5 GmjDEnny+K22j0tkv1KLQtZ+Uyjp46qu2fbppHFM= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/114751] .gcda:stamp mismatch with notes file Date: Wed, 24 Apr 2024 05:03:17 +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: rguenth at gcc dot gnu.org 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 #6 from Richard Biener --- I have no idea why the values differ but I suspect the copying since we see= m to use the file modification time at some point. As a workaround I would sugg= est to binary-patch one of the file to make the stamp match the other ...=