From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D52FE3858417; Mon, 11 Sep 2023 11:08:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D52FE3858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694430508; bh=JTkd7OajscYjqnAW651FofA6x7CCEyD7ykxmuk19iis=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AMCqOrVBdwmcA7HcfAlJ61ylaZxMEZnEOQJXAKCG++LKZK/0GfQQjOBkUDZbtcdTI JknlQ+xArKp99JkE8Kn/fRfFxqLosxXd3oeLZmWy7HMEg7KT+cypPIwKPZqrisEreN aL8wbMqfus3k5UYn7fNWcUbNyVFNt4A2cndZKaKk= From: "jan.wassenberg at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111366] error: inlining failed in call to 'always_inline' 'hwy::PreventElision(int&)void': target specific option mismatch Date: Mon, 11 Sep 2023 11:08:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: jan.wassenberg at gmail dot com 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: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111366 Jan Wassenberg changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jan.wassenberg at gmail do= t com --- Comment #5 from Jan Wassenberg --- Thanks for reporting this. One might think this is caused by -mcpu=3Dpower9 clashing with our #pragma target altivec,vsx,power8-vector. However, what makes this seem like an actual bug is that -flto=3Dauto is additionally required to trigger the bug.=