From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4221 invoked by alias); 29 Oct 2015 14:40:13 -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 4212 invoked by uid 89); 29 Oct 2015 14:40:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f182.google.com Received: from mail-lb0-f182.google.com (HELO mail-lb0-f182.google.com) (209.85.217.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 29 Oct 2015 14:40:12 +0000 Received: by lbbwb3 with SMTP id wb3so30067113lbb.1 for ; Thu, 29 Oct 2015 07:40:08 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.157.74 with SMTP id wk10mr1244331lbb.54.1446129608770; Thu, 29 Oct 2015 07:40:08 -0700 (PDT) Received: by 10.114.35.202 with HTTP; Thu, 29 Oct 2015 07:40:08 -0700 (PDT) In-Reply-To: <20151023175246.GL18348@ibm-tiger.the-meissners.org> References: <20150729200428.GA30347@ibm-tiger.the-meissners.org> <20150814154859.GC20847@ibm-tiger.the-meissners.org> <20151023172210.GA18348@ibm-tiger.the-meissners.org> <20151023175246.GL18348@ibm-tiger.the-meissners.org> Date: Thu, 29 Oct 2015 14:42:00 -0000 Message-ID: Subject: Re: [PATCH], PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #11 From: David Edelsohn To: Michael Meissner , GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-10/txt/msg03185.txt.bz2 On Fri, Oct 23, 2015 at 1:52 PM, Michael Meissner wrote: > This patch changes the mangling for __float128. I came to the conclusion that > the current code is so tangled, that it would be better to use U10__float128 > rather than "e". However, if it is felt that we should go with "e", I can go > that way as well. > > I have built the compiler with this patch and the previous subpatches (1-10). > I have bootstrapped the compiler with all 16 subpatches installed, and there > were no regressions. Is it ok to install in the trunk? > > 2015-10-22 Michael Meissner > > * config/rs6000/rs6000.c (rs6000_mangle_type): Use U10__float128 > for IEEE 128-bit floating point. Okay. Thanks, David