From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id BC1833858D28 for ; Mon, 24 Apr 2023 11:48:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BC1833858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 87179302BB02; Mon, 24 Apr 2023 13:48:34 +0200 (CEST) Received: by r6.localdomain (Postfix, from userid 1000) id 6932D340154; Mon, 24 Apr 2023 13:48:33 +0200 (CEST) Message-ID: <53e07dbade909577942e7ef440fa1fbce6ec81da.camel@klomp.org> Subject: Re: =?UTF-8?Q?=E2=98=A0?= Buildbot (Sourceware): binutils-gdb - failed compile (failure) (master) From: Mark Wielaard To: Alan Modra , Jan Beulich Cc: binutils@sourceware.org, "H.J. Lu" Date: Mon, 24 Apr 2023 13:48:33 +0200 In-Reply-To: References: <20230424003151.E975B3858C83@sourceware.org> <50b2bc1b-71f6-25a6-27d3-7d018b98389b@suse.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.0 (3.48.0-1.fc38) MIME-Version: 1.0 X-Spam-Status: No, score=-3028.8 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, On Mon, 2023-04-24 at 20:03 +0930, Alan Modra via Binutils wrote: > On Mon, Apr 24, 2023 at 08:04:35AM +0200, Jan Beulich via Binutils wrote: > > On 24.04.2023 02:31, builder--- via Binutils wrote: > > > - 4: make ( failure ) > > > Logs: > > > - stdio: https://builder.sourceware.org/buildbot/#builders/77= /builds/1931/steps/4/logs/stdio > > > - warnings (8): https://builder.sourceware.org/buildbot/#buil= ders/77/builds/1931/steps/4/logs/warnings__8_ > >=20 > > ../../binutils-gdb/opcodes/i386-dis.c: In function =E2=80=98print_insn= =E2=80=99: > > ../../binutils-gdb/opcodes/i386-dis.c:9865:22: error: storing the addre= ss of local variable =E2=80=98priv=E2=80=99 in =E2=80=98*info.private_data= =E2=80=99 [-Werror=3Ddangling-pointer=3D] > > 9865 | info->private_data =3D &priv; > > | ~~~~~~~~~~~~~~~~~~~^~~~~~~ > > ../../binutils-gdb/opcodes/i386-dis.c:9739:22: note: =E2=80=98priv=E2= =80=99 declared here > > 9739 | struct dis_private priv; > > | ^~~~ > > ../../binutils-gdb/opcodes/i386-dis.c:9739:22: note: =E2=80=98info=E2= =80=99 declared here > > cc1: all warnings being treated as errors > > make[3]: *** [Makefile:1071: i386-dis.lo] Error 1 > >=20 > > Which, given that this hasn't changed in a while, makes me think that a > > new compiler was recently installed, which now diagnoses this supposed >=20 > gcc-13, I expect. It is. Even though not yet officially released (any day now). gcc 13.0.1 has already been included in the latest fedora release. This builder is using a container based on fedora-latest, which was using gcc 12 before (fedora 37) but switched to fedora 38 now that is officially released (which uses gcc 13). Cheers, Mark