From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80981 invoked by alias); 25 Aug 2016 09:17:42 -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 80896 invoked by uid 89); 25 Aug 2016 09:17:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:D*fi, H*Ad:U*dj, Hx-languages-length:285 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 25 Aug 2016 09:17:39 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 20F28812E5; Thu, 25 Aug 2016 11:17:38 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dscK04oiVr_b; Thu, 25 Aug 2016 11:17:38 +0200 (CEST) Received: from chelles.act-europe.fr (chelles.act-europe.fr [IPv6:2a02:2ab8:224:1:d6be:d9ff:fef8:4565]) by smtp.eu.adacore.com (Postfix) with ESMTP id DA9B081183; Thu, 25 Aug 2016 11:17:37 +0200 (CEST) Received: by chelles.act-europe.fr (Postfix, from userid 525) id BCC5C1EA0068; Thu, 25 Aug 2016 11:17:37 +0200 (CEST) Date: Thu, 25 Aug 2016 09:17:00 -0000 From: Arnaud Charlet To: Andris Pavenis Cc: GCC Patches , DJ Delorie Subject: Re: [PATCH 2/4][Ada,DJGPP] Ada support for DJGPP Message-ID: <20160825091737.GA26847@adacore.com> References: <2d4dc1ad-30d6-bb43-fd44-2ae9d7f32bef@iki.fi> <20160818094013.GA1929@adacore.com> <89aaa9c5-ede8-e673-30b6-a7718dfcb5e8@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <89aaa9c5-ede8-e673-30b6-a7718dfcb5e8@iki.fi> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2016-08/txt/msg01789.txt.bz2 > -#if defined (__MINGW32__) > +#if defined (__DJGPP__) > + > +/* FIXME: this is draft version only. Fix me if that is not correct */ > +/* or not complete (AP) */ This FIXME needs to be addressed. The rest of the patch is OK. Arno