From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D9C463858CDB; Wed, 18 Oct 2023 19:48:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9C463858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697658488; bh=ir6d3r1hgdoaB0KLPGNBDVtp+YYe3nnbJzH4Dy2+GDg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fTnoMoqGgfghpL4hIktGOYKPt7YNWNlf2zwLRy9yOVM4dLoyPcBhDbBH3oc9R6GnH XhaAYogE9MGoml/wTAdyaMvQyzWBXKWUsaPb/zc2viIGA5kpJs+31+MbFbICzpzH1E ZqaDPwGazBGwmrlemICzG9wefoVRAIgf+OvyzXqM= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/111601] [14 Regression] bootstrap fails in stagestrain in libcody on x86_64-linux-gnu and powerpc64le-linux-gnu Date: Wed, 18 Oct 2023 19:48:08 +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: 14.0 X-Bugzilla-Keywords: build, ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed bug_status cf_reconfirmed_on 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=3D111601 Peter Bergner changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2023-10-18 --- Comment #3 from Peter Bergner --- (In reply to Matthias Klose from comment #2) > this seems to be fixed on x86_64-linux-gnu with trunk 20231017. > powerpc64le-linux now fails in a different way, trying to build the > libstdc++ pch headers.=20 >=20 > Full build log at > https://buildd.debian.org/status/fetch.php?pkg=3Dgcc- > snapshot&arch=3Dppc64el&ver=3D1%3A20231017-1&stamp=3D1697561774&raw=3D1 Ok, that is the same error I'm seeing, so Confirmed. I'll try and see if I= can reduce the test case.=