From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4EDAB385829B; Wed, 12 Oct 2022 18:57:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4EDAB385829B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665601060; bh=yyJmOMseuGKBnpjskcLDQrZxFCmZd+EVELCUH88eXVc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QbpG4Qh7b3ZcWx66tOC7lRmMMNRX6LygoZ0LFeqd9T/mykVFhoypC52qdn0vrSHKK uFce0a+p65OxWqeAsBcsdkLK2jzDDqpOfa2btchNfWdY2o+jN6SvZIXPYOA5b/vXk8 ZH9SAgmJmEP8uMatOxGQiXekhOLzygO3UiZqepgk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/107241] std.bitmanip.bigEndianToNative et al not inlined Date: Wed, 12 Oct 2022 18:57:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: inline-asm, missed-optimization 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: ibuclaw at gdcproject dot 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=3D107241 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > Hmm: > __attribute__((weak)) > ulong swapEndian (const ulong val) Note this is definitely a front-end issue .=