From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13177 invoked by alias); 6 Jun 2017 17:54:20 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 13124 invoked by uid 89); 6 Jun 2017 17:54:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=pushing, you! X-HELO: mail-ua0-f171.google.com Received: from mail-ua0-f171.google.com (HELO mail-ua0-f171.google.com) (209.85.217.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Jun 2017 17:54:18 +0000 Received: by mail-ua0-f171.google.com with SMTP id m31so3609393uam.1 for ; Tue, 06 Jun 2017 10:54:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Oc80cbdyFYyoh6+mWpFZHlsKNXAZwvm/6YhedPphGvQ=; b=QxrSfHgu/RIDw8erP+PLEHoju6mn48Wib2Ra5MVCgZ5WbKtZVAfiNz8QrLtrx/Laxe fg5rlBf8UUFCWgNx3SJutYFj3e/0DgatWQdEMDxx9Z5YvdIF6P+2sPTgaCgS8wRzyyqv x9CXFX4DWECY9vcou+yVMY7iq5wu1Jz4ZS9Dd8fMRBWy3DtjD8YWSXdOda22cW1fGmrs MIsqMTCJGoiRhe9lgUzpO/8JX6465/AY9STZTlV4Zc30xWPHvt/gvl+D80XksN3nRD7M ZPYZxi5nYr0FTwQh4D2PGyKYNt0PRyx5KmFxcjFSKcJTxJNHs9aUYMJxO8Q4lTgJn/7S MFXw== X-Gm-Message-State: AODbwcChfi2hzn8VErA6JUj2Xb+GivITxJ8G0qMCH4cQ+VWZgGa9IuJk yrYODx3gmG7lnj3UL4leHSZFDI6d3w== X-Received: by 10.176.7.198 with SMTP id d6mr15283122uaf.61.1496771661114; Tue, 06 Jun 2017 10:54:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.96.199 with HTTP; Tue, 6 Jun 2017 10:54:20 -0700 (PDT) In-Reply-To: <20170530171058.ps2ys6e2gn34hl24@adacore.com> References: <83poewjb08.fsf@gnu.org> <20170526163053.aj22jelqmoeo7wvd@adacore.com> <20170530171058.ps2ys6e2gn34hl24@adacore.com> From: Iain Buclaw Date: Tue, 06 Jun 2017 17:54:00 -0000 Message-ID: Subject: Re: MinGW compilation warnings in libiberty's waitpid.c To: Joel Brobecker Cc: Eli Zaretskii , DJ Delorie , gcc-patches , GDB Patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00156.txt.bz2 On 30 May 2017 at 19:10, Joel Brobecker wrote: >> This has been on my todo-list for a little while, as re-syncing is >> something I normally do after pushing D language support updates into >> libiberty. However I decided to give it a wait until I got all >> pending patches in, the last of which I'm just pushing in now. > > That's very kind of you to help us with that :). Thank you! > I ended up not having time before going on holiday. If the resync hasn't already been done, I'll do it now. Iain.