From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D3F2C3858C52; Thu, 2 Feb 2023 19:45:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3F2C3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675367154; bh=KFE/Z4rEo0p+bYAeUdeUWH/8BrzLZxFtDaoR8xixkkI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uYCzHOS53jXLEgVZFUWkax7sM6bNMEHrr593vSWA5i01V0HwbN0rJ1yWSSRmmc0BD 7KAisC6q6vIxKjB6XBKx+pPo0+nrrYxPvhfqma9I/eEzK+DjCzLeUuYJTW38i5OJ+1 94EqfqLtVkAkQw2irz3eXa+nKIGDJP8MpiXPPzXs= From: "mikpelinux at gmail dot com" 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: Thu, 02 Feb 2023 19:45: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 X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpelinux at gmail dot com 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=3D108640 --- Comment #1 from Mikael Pettersson --- I can reproduce. Doesn't happen with the m68k-linux-gnu target though. > cross-m68k-uclinux/bin/m68k-unknown-uclinux-uclibc-gcc -Os -c /tmp/ls.i=20 during RTL pass: final coreutils/ls.c: In function 'ls_main': coreutils/ls.c:1265:1: internal compiler error: in change_address_1, at emit-rtl.cc:2283 0x40c57b change_address_1 /mnt/scratch/cross/sources/gcc-12.2.0/gcc/emit-rtl.cc:2283 0x64e80d adjust_address_1(rtx_def*, machine_mode, poly_int<1u, long>, int, = int, int, poly_int<1u, long>) /mnt/scratch/cross/sources/gcc-12.2.0/gcc/emit-rtl.cc:2417 0xc6da2f output_iorsi3(rtx_def**) /mnt/scratch/cross/sources/gcc-12.2.0/gcc/config/m68k/m68k.cc:5498 0x691b05 final_scan_insn_1 /mnt/scratch/cross/sources/gcc-12.2.0/gcc/final.cc:2827 0x692108 final_scan_insn(rtx_insn*, _IO_FILE*, int, int, int*) /mnt/scratch/cross/sources/gcc-12.2.0/gcc/final.cc:2940 0x692395 final_1 /mnt/scratch/cross/sources/gcc-12.2.0/gcc/final.cc:1997 0x692b92 rest_of_handle_final /mnt/scratch/cross/sources/gcc-12.2.0/gcc/final.cc:4285 0x692b92 execute /mnt/scratch/cross/sources/gcc-12.2.0/gcc/final.cc:4363 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions.=