From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6B0053858404; Wed, 12 Apr 2023 10:51:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B0053858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681296706; bh=Welzo/qJTmTJEH31t5dNrPaC77iwC06HsX6Sct4HNAQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RMy8HTzKI5WPZc+A4tbu1Pv5fsWeWpO9YUenaInXnnXHJsXNJ4i2hc7chyZsP/adR lNTiXU5Mm6Ungb8WAy/8ZDjmqHbrEq+IbKIfg+QonhCTNKSy57XcgRxJ0pDuFeSmOv tcEQupwo7GUr13CcQxOJvBIG2grW8YjwkwMVX/S0= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/109484] [Wrong Code][inline-asm] output operands overlap with output Date: Wed, 12 Apr 2023 10:51:46 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org 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: 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=3D109484 --- Comment #1 from Richard Biener --- but you clobber 'temp' early and fail to indicate that so GCC allocates the same register as part of the "+m" output.=