From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CB4AA3857C4F; Sun, 26 Jul 2020 12:11:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CB4AA3857C4F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595765484; bh=cyBT7O/AK5QnkCvpJ17YPIBb7NqzAF/hYzWds0O6gfA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MtnI2DVhz6DwgL6WR+LL8id1xKdiEFYOxXAJNOzwPwz2U43tTe+3bT0Rxzlh2u6cJ bhYEV2Nvu2rEO4uh1pmpDe3EzxqkvSKjrgyt+QB4AfXWgpQoNzulYSltq08FHNidxY qVWESlQGlgguiKdVQlvSchvvelXABuMAJnYsPfPM= From: "enrico at enricozini dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96206] internal compiler error: in convert_move, at expr.c:218 Date: Sun, 26 Jul 2020 12:11:24 +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: 8.3.0 X-Bugzilla-Keywords: ice-on-valid-code, needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: enrico at enricozini dot org X-Bugzilla-Status: WAITING 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2020 12:11:24 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96206 --- Comment #2 from Enrico Zini --- Unfortunately I do not have access to gcc 8.4.0. I also found a workaround for the ICE that allowed me to unblock the next s= tep of an immense yak shaving quest to compile Qt5: https://www.enricozini.org/blog/2020/qt5/build-qt5-cross-builder-with-raspb= ian-sysroot-compiling-with-the-sysroot/ I can try to provide help here if I can, but if it's fixed in 9.x and apparently also in 8.4.x, and the case where it happens (building a Qt5 cross-build environment including qtwebengine on Debian stable) can be work= ed around that easily, I might not have that much energy to invest following t= his up.=