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-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 2E7141F55B for ; Wed, 20 May 2020 15:23:25 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3345C3954C74; Wed, 20 May 2020 15:23:24 +0000 (GMT) Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 671DE3851C25 for ; Wed, 20 May 2020 15:23:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 671DE3851C25 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: eM9rKVL9sZQu91RZE5i0ZqKQ9AzZastnLEyxHchEYBpiLL9obXi1bSgtX5tMrODupjME+fJN+7 jIb2h5qlG58GWXkzWyDq5vxxfpi+egi1DiDKmfukxBb6a3NZ6TufuHHSmD71EjhSeOr580BlAH Odg6e8tTJ8XjofCrDfWFheyZIjs3blB4gZ8EJgCPZvdppromgrW/sfpmuJvVScaVxuyDZ9WQsG 6bXlPMecvdyd+sKI+slml7haQJo5J8iUHFjHJSWYs2mL7VztJTdA+x9YTX97TSMh6PaeHyLXZe PJM= X-IronPort-AV: E=Sophos;i="5.73,414,1583222400"; d="scan'208";a="51070335" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 20 May 2020 07:23:19 -0800 IronPort-SDR: BK32ON8eEaS9miVTsOAjWmQkEYqohBmwVVPkCoEMR0m3S5ynj2/N3Xb7B7D/4pvUCMfvO4vK17 EAPiZi5iZ7CcNdAXZbJpYaxjCPHZ/5eOAE6u3SakoIPMqeu7NLV85hzfscIx6Ldfbt7L/6rNfE 47m1d+Qr2ytdrvv2lUnJZZa9zbBwD8crrTo8qbUH4SiMBNTJMMH0JjgATCfF6fHXp8wrIc0YRQ QMaj2VGtFGNJZBOHPFA3JQirRDvadAtVKvkqyRSRG626gwhZuHUGABXZw/vMf9iGfal0/dRY3U ww4= Date: Wed, 20 May 2020 15:23:13 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Lukasz Majewski Subject: Re: [PATCH v2 6/7] y2038: linux: Provide __ntp_gettime64 implementation In-Reply-To: <20200519222048.7e212556@jawa> Message-ID: References: <20200508145640.16336-1-lukma@denx.de> <20200508145640.16336-7-lukma@denx.de> <1cb96b4a-3e56-0b31-32f4-136be4d7ae10@linaro.org> <20200519222048.7e212556@jawa> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) 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: , Cc: Florian Weimer , Andreas Schwab , Alistair Francis , GNU C Library Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" I'm seeing build failures from build-many-glibcs.py for hppa, mips (n32), sh4, sparcv8, sparcv9, that appear to arise from one of these patches. ../sysdeps/unix/sysv/linux/ntp_gettime.c: In function '__ntp_gettime': ../sysdeps/unix/sysv/linux/ntp_gettime.c:56:10: error: 'ntv64.tai' is used uninitialized in this function [-Werror=uninitialized] 56 | *ntv = valid_ntptimeval64_to_ntptimeval (ntv64); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://sourceware.org/pipermail/libc-testresults/2020q2/006191.html -- Joseph S. Myers joseph@codesourcery.com