From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3034E3858C42; Sat, 30 Dec 2023 16:06:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3034E3858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703952372; bh=9K9UdlWBjkLW/03vrK0H/33OiShwkAUTfN9nDpgKGh0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pgV/5vkMeOK09hAHAmYlf7XUtKNV3oB38tq1J4d0D/OmCFi2DYoNCmT6FmcK9rehn 1UEb/3AMf6cQN26Suq1V9KHssXBEdIVOBwQKGCr1yMKv7XZsl4FchK3uPCW5Aydw1Y E1pjnuaOC7WIlacHh4klN+GlOHvfLxNOUikdRJQs= From: "gcc at octaforge dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/113174] gcc fails to bootstrap on pp64le with clang-based host environment (internal compiler error) Date: Sat, 30 Dec 2023 16:06:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: gcc at octaforge 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113174 --- Comment #7 from Daniel Kolesa --- I just tested this on big-endian ppc64 targeting power4/ppc970; I was able = to successfully bootstrap the compiler. It seems this is really specific to LE after all (which makes sense I suppose, considering the affected code appea= rs to be related to VSX?)=