From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13178 invoked by alias); 6 Jun 2017 17:54:21 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 13123 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-f170.google.com Received: from mail-ua0-f170.google.com (HELO mail-ua0-f170.google.com) (209.85.217.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Jun 2017 17:54:18 +0000 Received: by mail-ua0-f170.google.com with SMTP id q15so12558902uaa.2 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=cHXIKCgUunl36/aL3wjY49K5ToS/ZM4EX53gnt3yRliYWAvoQpPQl242Md/8t9ylNh lC+ERWu583GbLHFD/4nAWBSsILnMmg9GQ8DvVcAdMGbb4td69+qsaTyHBPGYZzFF/jCw XF3njy0zvy/uq9Se0vA+BZ/Vv3SwEQVbkm8V6Wr8kzEygFoHx0W7ZhPBERO3MD+Fstj6 SM6k5taHn7yGwMHKVO8Fgi7Cg8ZTp93ppcxDyLv8+IarJ/yq6llWtKG7QghLZ92OTbep BaX5MzqTxJlN6D/M0XPoTmXnfYvuHvyuJRJwY9n3p0IhskoSURfmRvzd2LfNid/q5Huj CSBA== X-Gm-Message-State: AODbwcAdaV4nlDjQmKVv9wBq/v63iBTDd3ha4SK0t1g1DfucHfeo/7CJ fIxZtC+7rNpI/Srg+Rw5ejf3jg8DDw== 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/msg00368.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.