From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 81D653858C53; Thu, 4 Jan 2024 22:04:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 81D653858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704405853; bh=1ltIHxi+v2YN3tqWTgmtf1RQQP7od/gkJ6DFz/PM9gc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RkduNd2gkbGT0675naajenjU6xLgkLRCV2NddL3MrTn8Jk98jozx1TIuLyXDTCI1D 6vSF/XC2rc2RFMIkCeFXRgUUQuQe4wA7URtr79AYfI8r9w+9Sqr923M4ynIZfYe9OE 3BXGn4jLMzhKVkIkx7bXtBT+tn44Hl9LXaK9DHbI= From: "paulbendixen at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113156] AVR build broken due to ICE while compiling libgcc, started with r14-6201-gf0a90c7d7333fc Date: Thu, 04 Jan 2024 22:04: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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: paulbendixen 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: cc 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=3D113156 Paul M. Bendixen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paulbendixen at gmail dot = com --- Comment #3 from Paul M. Bendixen --- I can confirm this also happens for me. I have found the same commit to be the problem and have tried with both gcc= 11 and 12=20 gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 For reproducability it was configured using: ../configure --prefix=3D$PREFIX --target=3Davr --enable-languages=3Dc,c++ --disable-nls --disable-libssp --with-dwarf2 The error only seems to happen when compiling the long64 part of the multil= ib (or at least first), the parts compiled for avrXX and xmegaX targets run fi= ne.=