From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B63A3858D33; Fri, 29 Dec 2023 23:46:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B63A3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703893594; bh=GsaQfF7G0zgxhU7Kki0er4GGkvGM0O2ljGIvScRP0Zk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gJmoR3AILl5YbrEazM5yKR7JmdsRuMk966YZjP0pjtuMvVC6PeamBu61PTcTppIh2 iupPccQQcn4Ge/mBgtqXC0PZMJeJAmt8moIocGipCNu+h04HpOKL7cnekH2IoK1KXg vLxbqYCiEpGYL1mTWe+jpG/u8O+IaFReJqZgdbYk= From: "pinskia at gcc dot gnu.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: Fri, 29 Dec 2023 23:46:33 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.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: cf_gcchost cf_gccbuild cf_gcctarget 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Host| |powerpc64el-linux-musl | |(clang/libc++ as host) Build| |powerpc64el-linux-musl | |(clang/libc++ as build) Target| |powerpc64el-linux-musl --- Comment #2 from Andrew Pinski --- Also if stage1 gcc is crashing, it might be a bug in clang/LLVM too. Now GCC can and does workaround host compilers but there needs to be a lot more information here and not just linking to other sources. First start with non-changed sources and try again. If also you cannot try = with non-changed sources, this is not the right place for this kind of bug repor= t.=