From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40804 invoked by alias); 19 Sep 2016 16:29:58 -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 40768 invoked by uid 89); 19 Sep 2016 16:29:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu (HELO zimbra.cs.ucla.edu) (131.179.128.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Sep 2016 16:29:48 +0000 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id A5E661611F8; Mon, 19 Sep 2016 09:29:46 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Llhd9NqacMJS; Mon, 19 Sep 2016 09:29:45 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id B60DD1611F6; Mon, 19 Sep 2016 09:29:45 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 5J2C42ga2_5E; Mon, 19 Sep 2016 09:29:45 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 9E4911611E7; Mon, 19 Sep 2016 09:29:45 -0700 (PDT) Subject: Re: Ping Re: Make max_align_t respect _Float128 [version 3] To: Joseph Myers , gcc-patches@gcc.gnu.org References: Cc: fweimer@redhat.com From: Paul Eggert Message-ID: Date: Mon, 19 Sep 2016 17:11:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-09/txt/msg01191.txt.bz2 On 09/19/2016 08:58 AM, Joseph Myers wrote: > Ping. This patch > is pending > review. > Thanks, the patch looks good to me. It should be safe for the uses of max_align_t that I know of (e.g., Emacs).