From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 52B803858D38; Mon, 22 Apr 2024 03:48:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 52B803858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713757706; bh=n8frW9B4G6vrpFTXXo6iRQQU4NEotQfYxDz2pAFDffg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sqiXhAfBcW4r6/AoP36Lyems2VEgMxB0DMnfitGtTZIGuxH/xpHI80MvS2m1X5uUh pCB/lw5ZjdVelUaJyaL1cP4xjbHJN3aj6VGve60wAcI14QHbEiTrC+BbnQiuuXbhvJ TrQjWWZDQJOEdLLdmvTGIUchVnGVH1/ql/McubnU= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/114790] ICE when building intel-compute-runtime (error: direct call to ... speculative call sequence has no speculative flag) Date: Mon, 22 Apr 2024 03:48:25 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, lto X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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=3D114790 --- Comment #7 from Sam James --- `g++-14 -fPIC -O2 -flto -flto-partition=3D1to1 -shared -Wl,--version-script=3Dze.exports reduced-a.ii reduced-b.ii` it violates ODR though: ``` /usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/ccvUhonb.o (symbol from plugin): in function `std::aa': (.text+0x0): multiple definition of `L0::pGlobalAPITracerContextImp'; /tmp/cci2r56P.o (symbol from plugin):(.text+0x0): first defined here ```=