From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7023A3858C41; Mon, 11 Sep 2023 08:08:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7023A3858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694419720; bh=77O7zRdlsxOmQhQcMZb1TYAFX29YDXsObrxyxGkK//A=; h=From:To:Subject:Date:From; b=l/XSOTgJxDIRHMzsKzw2wP3kxlcvi8csmbZ581wzwmtyXk8gMHfcmpaihU38Al+mU NadqZ8qSFZBNeewZK+aaeZ9UAFLyrkUrZd/FH7dTNgR2Z8URJe6Upxw6zjCC0xrpgp kKwh5HcyyVBU9PcAIg7EMlRPapxeZ1Tz+LxbBwRU= From: "malat at debian dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111366] New: error: inlining failed in call to 'always_inline' 'hwy::PreventElision(int&)void': target specific option mismatch Date: Mon, 11 Sep 2023 08:08:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: malat at debian dot 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D111366 Bug ID: 111366 Summary: error: inlining failed in call to 'always_inline' 'hwy::PreventElision(int&)void': target specific option mismatch Product: gcc Version: 13.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: malat at debian dot org Target Milestone: --- I cannot compile highway on ppc64el (ubuntu setup). It fails with: In file included from /<>/hwy/examples/skeleton.h:24, from /<>/hwy/examples/skeleton_test.cc:18: /<>/hwy/base.h: In member function =E2=80=98skeleton::N_PPC10::TestFloorLog2::operator() >(float, hwy::N_PPC10::Simd)void=E2=80=99: /<>/hwy/base.h:1511:14: error: inlining failed in call to =E2=80=98always_inline=E2=80=99 =E2=80=98hwy::PreventElision(int&)voi= d=E2=80=99: target specific option mismatch 1511 | HWY_API void PreventElision(T&& output) { | ^~~~~~~~~~~~~~ In file included from /<>/hwy/foreach_target.h:266, from /<>/hwy/examples/skeleton_test.cc:24: /<>/hwy/examples/skeleton_test.cc:73:24: note: called from here 73 | hwy::PreventElision(sum); | ~~~~~~~~~~~~~~~~~~~^~~~~ /<>/hwy/base.h:1511:14: error: inlining failed in call to =E2=80=98always_inline=E2=80=99 =E2=80=98hwy::PreventElision(int&)voi= d=E2=80=99: target specific option mismatch 1511 | HWY_API void PreventElision(T&& output) { | ^~~~~~~~~~~~~~ /<>/hwy/examples/skeleton_test.cc:73:24: note: called from here 73 | hwy::PreventElision(sum); | ~~~~~~~~~~~~~~~~~~~^~~~~=