From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AC1F73858CDB; Sat, 8 Oct 2022 20:08:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC1F73858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665259694; bh=q27tTzONv5atgskWxvpG9GGREdgDBGIerSGmNa6B+k4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IEnONg8ISec3BSGuqOShO6J281Mhk2/78lIl+UF79/UT/9ZD9DUhb3SF6XP6Dn1pv A6wv8gRQUPVkkR0kfd44/nVH3GBsYRANvBeKBsOgm2sqGe7EI2yD/tUQzQLIUSJkgn rV8ed6VSoetVssTolmeealeMJQywi+K+ysnjD80U= From: "witold.baryluk+gcc at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/105413] gdc extended assembler cannot constraints r8 - r15 Date: Sat, 08 Oct 2022 20:08:13 +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.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: witold.baryluk+gcc at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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=3D105413 --- Comment #3 from Witold Baryluk --- It works. Thank you. Any chance this will be in gcc 12.x? I work a lot on Debian Linux, and I do= ubt I will have gcc trunk or gcc 13 available any time soon. Also weirdly gcc does not inline this function, unless I add @attribute("always_inline") on syscall, or @attribute("flatten") on openatdummy.=