From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C172F3857404; Wed, 28 Sep 2022 19:20:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C172F3857404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664392843; bh=PSCtvzdgQz+2BIMZdhv3VZ3BsU/KLwTRp0donY1SWGg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JaFuGWXnsO2JwDSIva3u/G4BUN2GEKJzqxt/DzVrlQByDE72NjUqk6DqkHICYLR7S 7CXgGxd0Gr12rsGFklQLtIFjBRGPRnzsH2aZ76NWt14iEio8UZYQDak9etD6/UX2/w BeDA5qvWeYNR+m7PZAt/nTmpV8B6xVyzVCvRhg9w= From: "manuel.lauss at googlemail 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 19:20:43 +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: manuel.lauss at googlemail 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 #27 from Manuel Lauss --- (In reply to Jakub Jelinek from comment #24) > (In reply to joseph@codesourcery.com from comment #22) > > 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 n= ot=20 > > being covered by the fixincludes fixes added. You get errors such as: > >=20 > > /scratch/jmyers/glibc-bot/build/compilers/powerpc64le-linux-gnu/gcc/gcc/ > > include-fixed/bits/floatn.h:88:9: error: multiple types in one declarat= ion > > 88 | typedef __float128 _Float128; > > | ^~~~~~~~~~ > >=20 > > while building libstdc++. (Whereas other architectures can build GCC O= K=20 > > but then run into failures building glibc that my glibc patch is intend= ed=20 > > to address.) >=20 > Posted patch for this in > https://gcc.gnu.org/pipermail/gcc-patches/2022-September/602431.html for me the x86-64 build remains broken the same way as the ppc64 build.=