From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E09943858D3C; Sat, 13 Apr 2024 07:39:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E09943858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712993960; bh=qUSpo1kkGgo+e3+bdeuWNu2RvMDBPILv33L8wh9oCVE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MovEdC4hKT0Lodlyt8y1nhfPX9TWBnGsoBvtCAioV6D/AEj11ucbP1IZNHcfagxN5 vekpOBzKUZQpQyN2FLDXWX7WCzgFSHjHCDQ+xIKq5w56JT7dsOcNNymowifb2lKEv1 iht2n/+18rwdQOBE7FF6GOIiyPe8ktuWmmMp0x44= From: "giulio.benetti at benettiengineering dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/90620] Microblaze: ICE similar to bug 16267 Date: Sat, 13 Apr 2024 07:39:20 +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: 9.1.0 X-Bugzilla-Keywords: ice-on-valid-code, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: giulio.benetti at benettiengineering dot com 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution 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=3D90620 Giulio Benetti changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |FIXED --- Comment #5 from Giulio Benetti --- Hello Andrew, I've just rebuilt all the affected packages: - qt5base - qt5xmlpatterns while haproxy has a dependency on SYNC_1 so it won't be built anymore on Microblaze. And everything built well with gcc: - 11.4.0 - 12.3.0 - 13.2.0 So I can confirm the bug has been fixed and I'm going to remove the bug from Buildroot. Thank you and best regards=