From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1D3F73858D37; Tue, 6 Feb 2024 12:39:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D3F73858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707223188; bh=AjlvzOdZ+1EBgAXSw8zSXHLjgKCWbNXCs1NTVraKff0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nRBe+YmrHyMxshxhBggcDnTbkgMXvyse7Aqof6MC5ANGYkez4bAbtiRDufMdnstaf hKebRjoSvoIu9hCN8Vz0tO4NQzonP0Qk4cl/BJ0YisF0t0dde+4xhpCOpnMNDyMjsd 0z20AChY9HsefTSchKeDkBva8r2S++or3hjBH1uo= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/113359] [13 Regression] LTO miscompilation of ceph on aarch64 Date: Tue, 06 Feb 2024 12:39:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: lto, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: 13.3 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=3D113359 --- Comment #12 from Jakub Jelinek --- Just going from the demangled name of std::pair > > const, Context*> it would surprise me if it was ODR violation in the testcase, because class Context is only defined in Timer.ii, not in the other preprocessed source, ceph::mono_clock is defined in both but looks the same (and it is empty cla= ss anyway), and the pair uses Context* as second type anyway, so it is unclear= how it could become something smaller than pointer. But, admittedly I haven't looked up at this under the debugger and not even sure where to look at that.=