From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 918DD3858414; Thu, 14 Sep 2023 14:40:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 918DD3858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694702413; bh=ZTBtbPPJsGNFPO6kNkuyoXuwkmmXcgoeUMtFs3zMtI4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iDHfkpvzoZsVojvPP4+IhnUAB0KZf2YBVSVtjlDA98SSEGk9b+sSLKk+HcZlyOqIi eaFUVCR5cNgLPCCsOcIRYpYMMjTzoq1vHFn1nTNceetp8KI7FnI6RTdh26eHy4/GCn hCMgTMrDHlMtYcMSUQaZLH/6sTMsUEwDgOxNRBVI= From: "malat at debian dot org" 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: Thu, 14 Sep 2023 14:40:13 +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: malat at debian dot org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: linkw 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=3D111366 --- Comment #16 from Mathieu Malaterre --- Interesting, the following works for me: % /usr/bin/c++ -O1 -mcpu=3Dpower8 -mno-htm -flto=3Dauto -c skeleton_test.c= c=