From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71808 invoked by alias); 21 Dec 2016 08:28:59 -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 71798 invoked by uid 89); 21 Dec 2016 08:28:57 -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=vice 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; Wed, 21 Dec 2016 08:28:47 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 451F2826D1; Wed, 21 Dec 2016 09:28:45 +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 Iiez9QQ8Quy5; Wed, 21 Dec 2016 09:28:45 +0100 (CET) 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 18DC482528; Wed, 21 Dec 2016 09:28:45 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 139E11EA0067; Wed, 21 Dec 2016 09:28:45 +0100 (CET) Date: Wed, 21 Dec 2016 08:52:00 -0000 From: Arnaud Charlet To: Simon Wright Cc: gcc-patches@gcc.gnu.org, Ed Schonberg Subject: Re: [Ada] Fix PR ada/78845 Message-ID: <20161221082845.GA10945@adacore.com> References: <879A0A7D-106A-4320-A6F6-0433CEAC1CA7@pushface.org> <20161220113409.GA2957@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2016-12/txt/msg01749.txt.bz2 > >> 2016-12-17 Simon Wright > >> > >> PR ada/78845 > >> * a-ngrear.adb (Inverse): call Unit_Matrix with First_1 set to > >> A'First(2) > >> and vice versa. > > > > Patch is OK, thanks. > > The same problem exists in Ada.Numerics.Generic_Complex_Arrays > (a-congar.adb). Should I update the PR and this patch? Yes, please resend an updated patch. Arno