From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E25B33870844; Mon, 13 May 2024 11:35:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E25B33870844 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715600118; bh=8lTRAlipraMm68qZ262gpRDglCP5CCurgz9Fn+luzGM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PqoCeYkh4nJAK5WFbc4skT6hvAnnvyJJnncrcNyVxW1Skzfk+XhnBaGMnPQ3MHDUe YbsQ5SHLbgCy/4PN+rFcjBbevZszLg3OgK/GVJBgY3vRjH5A7mZYaHIwdBGxnQz7AD wR3uU1IEC5s1oi5cbPxRGY/v+jNJEvLgigvdpypM= 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 11:35:18 +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 #14 from Thorsten Otto --- A bisect between 10.0.0 and 11.4.0 for the 2nd testcase gave me this commit: commit 512c6ba04102295fccc62a173ee0086ca733c920 From: Richard Biener Date: Thu, 12 Nov 2020 11:29:12 +0100 Subject: [PATCH] Avoid PRE insert iteration when possible=