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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, 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 (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D9C501F45F for ; Fri, 10 May 2019 09:42:21 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=kjj54Mr3okG8TvGJHj5QwACOTnhm yFOoUE3BTBiyqHbeQNjHA5yvS63985KryMAwrtFSgn+zNzENm7zMKLOG0YpTE7gD yr3U2x8f+EdrHCQ3D03tgyuWtApgXrdz1x0Cj9fiN/6Y54LGTwNeQyhrqmXuXdE3 WwNGsyXQwEmBpMA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; s=default; bh=dsFRkREDAo9E3bMcaLLhNu1iuv4=; b=p4 a5C8B6NnfvP0B0UaVzlcAeg1alSNNPfQrjpwOw3+7/HqlM7bnO7wLS0mCKErtyak hiHzzWlzwup0EVRrJJ0mBKlm6OKvfOqfgtzoh/8HQmxB3lHZxlpa/qqb0ZVY46rL Qeui1xbz9tpvTOqdCm7SHctkDJ7Eej1XXsWtnSO+4= Received: (qmail 62706 invoked by alias); 10 May 2019 09:42:19 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 62696 invoked by uid 89); 10 May 2019 09:42:18 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-qt1-f194.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=1Hf7fT3yYBghvGw03Ib8zUH6sSwfYsqabYcpWi245Vo=; b=TEYxKtGNHIObCZOZ4OR2cV6wY7MYSJ5JRtPIUI1abKkfRSsi298tw3ywX1UZN30jjh nI3+rguBUWl7vqfwy7WA6odXa0WFbDq3pVkI+GtGqNtswGmgQCTT4Dn9YdoNU0q00ebm c/4BIwcJcxyhnjafc20Db+a8YUpfLhIIFhAx7dTbtWXkOUnXCwISWQBSPNpdgdGPc35n W6qXefWl0XBdRojAjSfEEoO9kXfvesRmRIDpLOQz0ePiTOWM4z4wC/u41pMcvIXIUbXG iBIg5y+j2vSQYi6JPYGEOXwKakMoy1Hdxo7anfbs0R7oMPuEwTBaobN40giHRjl5XVPl eQcg== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: [PATCH 2/5] nptl: Convert tst-cond11.c to use libsupport From: Adhemerval Zanella In-Reply-To: Date: Fri, 10 May 2019 06:42:13 -0300 Cc: Florian Weimer , libc-alpha@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <874l63sgh0.fsf@oldenburg2.str.redhat.com> <7ccfbf05-d808-2046-3ed6-f340ab190040@linaro.org> To: Joseph Myers > Il giorno 9 mag 2019, alle ore 20:03, Joseph Myers ha scritto: >=20 >> On Thu, 9 May 2019, Adhemerval Zanella wrote: >>=20 >>> On 09/05/2019 14:08, Florian Weimer wrote: >>> * Adhemerval Zanella: >>>=20 >>>>> support/Makefile | 3 +- >>>>> support/README | 5 +- >>>>> support/timespec-add.c | 71 ++++++++++++++++++- >>>>> support/timespec-sub.c | 71 ++++++++++++++++++- >>>>> support/timespec.c | 58 ++++++++++++++- >>>>> support/timespec.h | 79 ++++++++++++++++++++- >>>=20 >>> Could you push these changes as a separate commit? Thanks. >>>=20 >>> Florian >>>=20 >> Ok, I will split the patch. >=20 > These changes have broken the build for x32, with errors such as: >=20 > timespec.c: In function 'test_timespec_before_impl': > timespec.c:32:23: error: format '%ld' expects argument of type 'long int',= but argument 4 has type '__time_t' {aka 'const long long int'} [-Werror=3Df= ormat=3D] I will check this out.=