From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BDFC53858408; Mon, 20 Sep 2021 07:12:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BDFC53858408 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBnY292LXByb2ZpbGUvMTAwNTIwXSBbMTEvMTIgUmVncmVz?= =?UTF-8?B?c2lvbl0g4oCYLWZjb21wYXJlLWRlYnVn4oCZIGZhaWx1cmUgd2l0aCAtZnBy?= =?UTF-8?B?b2ZpbGUtZ2VuZXJhdGU=?= Date: Mon, 20 Sep 2021 07:12:57 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_gcctarget bug_severity component cc 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, 20 Sep 2021 07:12:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100520 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target|aarch64, x86_64 | Severity|normal |major Component|debug |gcov-profile CC| |marxin at gcc dot gnu.org --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > - __gcov_indirect_call_profiler_v4 (1387117561, f); > + __gcov_indirect_call_profiler_v4 (983609665, f); tree_uid =3D build_int_cst (gcov_type_node, cgraph_node::get (current_function_decl)->profile_id); profile_id is computed in coverage_compute_profile_id. Which has: chksum =3D coverage_checksum_string (chksum, aux_base_name); The problem is with -fcompare-debug the aux_base_name is different. Hmm, this code for coverage_compute_profile_id has not changed. Maybe the = use of the profile id has changed though.=