From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BE87A3858CD1; Sun, 15 Oct 2023 17:10:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE87A3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697389813; bh=nnjs8/x6tpLKdTZLLgViQFw2xFmwH286bHKFIpWbxrY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=reVC7JU9aHuQNwJT3arso9mOZEjNz3WFpSJoSbdLOhaWXjBrVxssrhXsGNQx7piFZ pmm55EZwxdBSXjE0NWC8TnOTkcn2nVtkM7T/sXhD7Lbzvyu8E5z266ubPMY5TIlq7E xN2vNtRUGKL5uwz+1ODA0YwKl6qKGWFXvBkadL1o= From: "matthias.reis at posteo 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, 15 Oct 2023 17:10:12 +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: matthias.reis at posteo dot de X-Bugzilla-Status: NEW 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=3D108640 --- Comment #4 from Matthias Reis --- I have the same problem unfortunately. Changing '-Os' into '-O2' fixes the problem for me.=