From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7576E384DEF5; Thu, 15 Feb 2024 13:07:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7576E384DEF5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708002451; bh=/efsF4oG8Xn93clT/90a2iMau4iqxUxYb4qulZmcpOQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RvXUiuJb1zpD2SWlUSsNfKPzCsTOSm5aA9OwuLarMbFk3rJJIHNaBEH0/I/yFb6EL ogUoWfTpW3x6zEKhGObefdALMshdvKCT8/Qx3NGzQQmW+r6c3/8M4hsX2t4NtKl7B9 /Ke5yTEhZAVgQJXC6sHuS4d5gfdBl6KNkxI+ZLVY= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107385] [asm goto] "=r" vs "+r" for outputs along indirect edges Date: Thu, 15 Feb 2024 13:07:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: inline-asm, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: resolution 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=3D107385 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |FIXED --- Comment #3 from Jakub Jelinek --- Actually, the "a" constraint isn't needed there at all and without it it ca= n be used on other targets. Like it fails on aarch64 without the patch the same= .=