From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E9285386101E; Sun, 18 Feb 2024 09:43:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E9285386101E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708249438; bh=xbBsIuFdwQd3gQHk8mVuitkL9HrgGrKT37MENBCuy2E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ud34XX9/GeVpWPrM5SsG9/i/04J0SmymdIccUFNLHl1trgjHrgu9Luse+1E1AwiN5 HdbFxxXJux9hRsMJgmEkSeWHuvUlUj5gyjlx044ldp7GDvNd8moJ0VhwTutM7AYIDG tNhY1ztOXJtw19V2TONjSZ3Kj8yliEFEokwEPnpc= From: "aarnold.gcc at antonarnold dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108640] ICE compiling busybox for m68k in change_address_1, at emit-rtl.cc:2283 Date: Sun, 18 Feb 2024 09:43: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: 12.2.0 X-Bugzilla-Keywords: ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: aarnold.gcc at antonarnold dot de 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: 14.0 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=3D108640 --- Comment #10 from Anton Arnold --- I applied the patch to a gcc 13.2 buildroot toolchain for a coldfire cpu wi= th ISA-A+ instruction set. Everything compiled fine and a linux 4.19 uclinux n= ommu build with buildroot and several custom packages runs fine with no abnormabilities. Great work, thank you for still contributing to this architecture!=