From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27003 invoked by alias); 19 Aug 2014 10:24: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 26993 invoked by uid 89); 19 Aug 2014 10:24:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 19 Aug 2014 10:24:40 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 965C729CA5A2; Tue, 19 Aug 2014 12:24:37 +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 E8iAIQgoqAac; Tue, 19 Aug 2014 12:24:37 +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 5A78129C6DE0; Tue, 19 Aug 2014 12:24:37 +0200 (CEST) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 430801EA02CF; Tue, 19 Aug 2014 12:24:37 +0200 (CEST) Date: Tue, 19 Aug 2014 10:24:00 -0000 From: Arnaud Charlet To: Alan Lawrence Cc: "law@redhat.com" , Richard Henderson , Uros Bizjak , "gcc-patches@gcc.gnu.org" Subject: Re: Does anyone use Ada on Alpha? Message-ID: <20140819102437.GA4965@adacore.com> References: <53C699E2.3060502@arm.com> <53D13A15.3060208@arm.com> <53F324DC.7010905@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53F324DC.7010905@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-08/txt/msg01832.txt.bz2 > Unfortunately the Alpha box I used last time is no longer available > and so I've not been able to try the linker fix. I've not had any > responses from anyone saying they use Ada on Alpha (let alone on VMS > - where the original bug was reported - and Ada/VMS support has now > been retired). If none of you folk are able to build+test the patch > (below) for Ada on Alpha: is this really reason for us to want to > hold this up? FWIW, AdaCore has stopped supporting/building/testing Ada on alpha several years ago already, so no reason as far as we are concerned to worry about this combination for GCC trunk, as long as your change doesn't break Ada on other platforms. Arno