From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50879 invoked by alias); 11 Oct 2016 08:46:23 -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 50863 invoked by uid 89); 11 Oct 2016 08:46:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:512, inspire, hasn't, H*r:10.10.0 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; Tue, 11 Oct 2016 08:46:13 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 46F3181339; Tue, 11 Oct 2016 10:46:11 +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 qSpDKzRmZ52t; Tue, 11 Oct 2016 10:46:11 +0200 (CEST) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by smtp.eu.adacore.com (Postfix) with ESMTP id 3376E812EB; Tue, 11 Oct 2016 10:46:11 +0200 (CEST) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 2FC851EA0068; Tue, 11 Oct 2016 10:46:11 +0200 (CEST) Date: Tue, 11 Oct 2016 08:46:00 -0000 From: Arnaud Charlet To: Andris Pavenis Cc: GCC Patches , DJ Delorie Subject: Re: [PING][PATCH 3/4][Ada,DJGPP] Ada support for DJGPP Message-ID: <20161011084611.GB21279@adacore.com> References: <20160818094152.GB1929@adacore.com> <7cff9415-a2a8-c2df-7cdb-341df9e6aa69@iki.fi> <20160825094629.GB26847@adacore.com> <9683476c-a9fc-438d-b4ea-24ef9808784e@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9683476c-a9fc-438d-b4ea-24ef9808784e@iki.fi> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2016-10/txt/msg00685.txt.bz2 > I'd like to ping patch > > https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00164.html > > Additional comments about using ZCX_By_Default := true are in > https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00845.html Well this patch doesn't inspire lots of confidence since the initial version had the wrong setting and this got unnoticed. It's OK on principle, but really shows that beyond building the compiler, this port hasn't been used in practice. Arno