From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 99DFA3858016; Wed, 28 Sep 2022 17:16:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 99DFA3858016 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664385414; bh=GFZ6P/mnRRlFW/bZZUoa2Uh3t1wMLNKfe9QGz5/zHJA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GNyKa2FJsHjWrxks4QmycXTdFoG+SPexYj8RytLUNXeDpMIYNekOy5HDOTjVrqaDa SeTVa9/NC8XXzJa/+p9PAJOcODUzLQiXNnmsCU24vIWDW+SQfm6NKezA/7JMXEAatE LyTLrLYY5DKcF7lNfBX6wnptwS+jPxR0D4HbtrnU= From: "joseph at codesourcery dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/107059] [13 regression] bootstrap failure after r13-2887-gb04208895fed34 Date: Wed, 28 Sep 2022 17:16:50 +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.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: joseph at codesourcery dot com 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: --- 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=3D107059 --- Comment #22 from joseph at codesourcery dot com --- Even with the fixincluded headers properly being used, the powerpc64le=20 issue still applies because of the issue I noted in=20 https://sourceware.org/pipermail/libc-alpha/2022-September/142259.html=20 with certain required changes to the powerpc version of bits/floatn.h not=20 being covered by the fixincludes fixes added. You get errors such as: /scratch/jmyers/glibc-bot/build/compilers/powerpc64le-linux-gnu/gcc/gcc/inc= lude-fixed/bits/floatn.h:88:9: error: multiple types in one declaration 88 | typedef __float128 _Float128; | ^~~~~~~~~~ while building libstdc++. (Whereas other architectures can build GCC OK=20 but then run into failures building glibc that my glibc patch is intended=20 to address.)=