From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 981AC385841E; Mon, 13 May 2024 03:20:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 981AC385841E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715570454; bh=gAjJrRiAScybBqWji7HSK1sreR6JiWcSNB8cUIZnLso=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gF8eIq46GjVHuFLifqCmMheXU20uBU3Sie1ZqX0YoC3cfmBOTZ8yVxeJDVNb7ZtQZ pIQZ+d2Vv773a6OBLoQhUJo68TU4v1lTimnBLhEqm+fkFDWs5CM/yhsI+t1BpelUP8 Jt/6N9w7n20T4M2WjO0/Z02+cdOgQFblikjcoPHo= From: "admin@tho-otto.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115010] m68k: invalid subl instruction generated Date: Mon, 13 May 2024 03:20:54 +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: 14.1.0 X-Bugzilla-Keywords: assemble-failure, build X-Bugzilla-Severity: normal X-Bugzilla-Who: admin@tho-otto.de 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=3D115010 --- Comment #11 from Thorsten Otto --- Confirmed, reverting that commit will prevent the error. Now the question is how to find the real cause of the problem, since reverting that commit is m= ost likely not the solution. OTOH, it would be nice to know why the call to emit_clobber() originally was done.=