From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109468 invoked by alias); 12 Nov 2015 10:02:10 -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 109458 invoked by uid 89); 12 Nov 2015 10:02:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no 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; Thu, 12 Nov 2015 10:02:08 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 6EF1B330C9E6; Thu, 12 Nov 2015 11:02:05 +0100 (CET) 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 5WksXdWfju5t; Thu, 12 Nov 2015 11:02:05 +0100 (CET) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by smtp.eu.adacore.com (Postfix) with ESMTP id 3E290330C9E7; Thu, 12 Nov 2015 11:02:05 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 393771EA0445; Thu, 12 Nov 2015 11:02:05 +0100 (CET) Date: Thu, 12 Nov 2015 10:02:00 -0000 From: Arnaud Charlet To: Simon Wright Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] PR ada/66205 gnatbind generates invalid code when finalization is enabled in restricted runtime Message-ID: <20151112100205.GA9491@adacore.com> References: <7942AA17-3258-4B36-8B93-35C0574583AA@pushface.org> <666D196C-C248-45B3-A20F-138CE6B00457@pushface.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <666D196C-C248-45B3-A20F-138CE6B00457@pushface.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-11/txt/msg01469.txt.bz2 > > This situation arises, for example, with an embedded RTS that > > incorporates the > > Ada 2012 generalized container iterators. > > I should add, this PR is the ???other half??? of PR ada/66242, which is fixed > in GCC 6; so please can it be reviewed? The proper patch for PR ada/66242 hasn't been committed yet (it's pending), so I'd rather review the situation once PR ada/66242 is dealt with. I'm not convinced at all that your patch is the way to go, so I'd rather consider it only after PR ada/66242 is solved properly. Arno