From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 687F53858C5F; Mon, 22 Apr 2024 04:12:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 687F53858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713759147; bh=ukHNYuqDyHXuEo1h1SdF58UaO63ZvIGI7gCbn0UgDhc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=boLYPG+LucmBwsQACqV+bZTH7IzZFnWFoOcx4vCHMl7UFUuXAEKojuM+XQetLWYka DVX7z1K8YmoULyxsWJRvkfRAQfilseQDAqrjUPCfKVD6ZuxnfowNfjJmaeXy46ipbn hft9ikxxhTEDtsZCQznKWu4ntFUdItvD4LauBqs4= From: "pinskia 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 04:12:27 +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: pinskia 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 #10 from Andrew Pinski --- (In reply to Andrew Pinski from comment #9) > Created attachment 58003 [details] > t2.cc >=20 > `gcc -Wfatal-errors -fvisibility=3Dhidden -shared t1.cc t2.cc -o t.so -fP= IC > -O2 -flto=3D1 -flto-partition=3D1to1 -w` Note this testcase also violates ODR due to APITracerContextImp/APITracerContext having different virtual functions.=