From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 451261F8C6 for ; Tue, 3 Aug 2021 17:41:35 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id F1092393BC16 for ; Tue, 3 Aug 2021 17:41:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1092393BC16 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1628012494; bh=8H9EapZ7YCOORi0pHygLoNbBmp+ZsTWks4t+urfjSfs=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=sgyYaVJPn7bJ4h5wUlWr67ZTHPUxK26BcxL+vsHqEbC3XLN/K0StMCEWu9/s56MwA 0GXnIWGub8gI/IYSPAq8uNe3e6yjaJO1myByIeN5ZOOzPKNKozOWY5+CZya1vHEtPp SafRsuyOsfhMeUU2pRkCu5cs/oUb7mAvcFn+LENI= Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a0c:e300::1]) by sourceware.org (Postfix) with ESMTPS id 764E03851C14 for ; Tue, 3 Aug 2021 17:39:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 764E03851C14 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id F2F543C1; Tue, 3 Aug 2021 19:39:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KhrgAdbOMgmb; Tue, 3 Aug 2021 19:39:24 +0200 (CEST) Received: from begin (unknown [IPv6:2a01:cb19:956:1b00:de41:a9ff:fe47:ec49]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 19F6612E; Tue, 3 Aug 2021 19:39:24 +0200 (CEST) Received: from samy by begin with local (Exim 4.94.2) (envelope-from ) id 1mAyNu-000y30-VE; Tue, 03 Aug 2021 19:39:22 +0200 Date: Tue, 3 Aug 2021 19:39:22 +0200 To: Joseph Myers Subject: Re: Failures building glibc with mainline GCC Message-ID: <20210803173922.kqunlkq7m2o36vhk@begin> References: <033b535d-8adc-bb82-dff5-4e6d1d357358@gmail.com> <60297d58-80ed-105b-b020-c86ae5e7867c@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spamd-Bar: -- X-Rspamd-Server: hera X-Rspamd-Queue-Id: F2F543C1 X-Spamd-Result: default: False [-2.50 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FREEMAIL_ENVRCPT(0.00)[gmail.com]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_FIVE(0.00)[5]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; FREEMAIL_CC(0.00)[gmail.com]; BAYES_HAM(-3.00)[100.00%] X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Samuel Thibault via Libc-alpha Reply-To: Samuel Thibault Cc: GCC Mailing List , Martin Sebor , libc-alpha@sourceware.org Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" Joseph Myers, le mar. 03 août 2021 17:21:59 +0000, a ecrit: > On Tue, 3 Aug 2021, Martin Sebor via Gcc wrote: > > > Yes, we know about that one. What I'm asking for is the translation > > units with the other warnings you showed with the latest GCC (including > > the threader patches) on the other targets (including i686 and power). > > I don't have an easy way to create them using my setup. > > I've attached (all gzipped) hurdselect.i (i686-gnu, -O2 -Wall -Werror > -Wno-parentheses): > > hurdselect.c: In function '_hurd_select': > hurdselect.c:555:7: error: 'ss' may be used uninitialized in this function [-Werror=maybe-uninitialized] > hurdselect.c:70:25: note: 'ss' was declared here That's a spurious warning, but I have pushed a trivial workaround. Samuel