From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BE6A6384CB97; Thu, 9 May 2024 18:51:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE6A6384CB97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715280712; bh=rA9URG2xEiDqxHijyLI9QK1OBjDgk+7w1z58dyfx77A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Rn91YQc+zVGeI9G30aJwdpJcMyCYOXo6oQ8ypYEA5vqFoAqtro2zUXssSdsXLTnCJ Hr5k7f7zRMcG6CUXVZ1IXIBdV/frx7OdjdT/raJC93MpRilOU1SNvDCIRLNfBSP0k6 WI//2KJZOuDqpttqEm5k11pG2fNe9zGtJLDXt2xc= From: "admin@tho-otto.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115010] m68k: invalid subl instruction generated Date: Thu, 09 May 2024 18:51:52 +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 #9 from Thorsten Otto --- Doing some more testing: - a cross-compiler build for m68k-suse-linux gives the same error on the reduced testcase - the error only occurs when using -m68020-60 or -m68060 - older compiler versions (tested gcc 13.2.0, gcc-12.3.0, gcc-11.4.0, and gcc-10.5.0) do not give the error=