From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85346 invoked by alias); 2 May 2016 23:06:50 -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 85301 invoked by uid 89); 2 May 2016 23:06:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=BAYES_00,KAM_MANYTO,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=HTo:U*tkoenig, HTo:U*jb, HTo:U*pault, HTo:U*fxcoudert X-Spam-User: qpsmtpd, 7 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 02 May 2016 23:06:48 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CCED37F359; Mon, 2 May 2016 23:06:45 +0000 (UTC) Received: from localhost.localdomain (vpn1-6-119.ams2.redhat.com [10.36.6.119]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u42N6f0g000355; Mon, 2 May 2016 19:06:41 -0400 Subject: Re: [PATCH #3], Fix _Complex when there are multiple FP types the same size To: Michael Meissner , Janne Blomqvist , Tobias Burnus , "FranC'ois-Xavier Coudert" , Jerry DeLisle , Erik Edelmann , Daniel Franke , Thomas KC6nig , Daniel Kraft , Toon Moene , Mikael Morin , tobias.schlueter@physik.uni-muenchen.de, Paul Thomas , Janus Weil , Segher Boessenkool , gcc-patches@gcc.gnu.org, David Edelsohn , Bill Schmidt References: <20160428210613.GA29745@ibm-tiger.the-meissners.org> <20160428221006.GC6575@gate.crashing.org> <20160428234057.GA20519@ibm-tiger.the-meissners.org> <20160429205127.GA19596@ibm-tiger.the-meissners.org> <20160430160045.GA15163@gate.crashing.org> <572731F3.2060104@redhat.com> <20160502211024.GA17046@ibm-tiger.the-meissners.org> From: Bernd Schmidt Message-ID: <5727DD80.3000902@redhat.com> Date: Mon, 02 May 2016 23:06:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160502211024.GA17046@ibm-tiger.the-meissners.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00143.txt.bz2 On 05/02/2016 11:10 PM, Michael Meissner wrote: > > So I would like to commit the following changes (assuming they bootstrap and > have no regressions) instead. Are these patches ok for the trunk, and > eventually the gcc 6.2 branch if they don't break other back ends? Ok for the non-rs6000 changes. Bernd