From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: emacs-26 9e59de9: Use GCALIGNED properly for GCC Date: Mon, 13 Nov 2017 10:19:17 -0800 Organization: UCLA Computer Science Department Message-ID: <0f575bd7-6758-d1fd-f459-df966ccb5439@cs.ucla.edu> References: <20171109031206.7056.28312@vcs0.savannah.gnu.org> <20171109031208.D2CAF2033E@vcs0.savannah.gnu.org> <5A0550FE.2030703@gmx.at> <83zi7upnfo.fsf@gnu.org> <4ee60712-789e-f160-52a9-4e24a9733a11@cs.ucla.edu> <899d6f0d-78d2-a954-1c97-c0088cdd6337@cs.ucla.edu> <5A06B5E9.3070809@gmx.at> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1510597179 30674 195.159.176.226 (13 Nov 2017 18:19:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2017 18:19:39 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 Cc: rgm@gnu.org, emacs-devel@gnu.org To: martin rudalics , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 13 19:19:32 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eEJKV-0007Op-KH for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2017 19:19:31 +0100 Original-Received: from localhost ([::1]:55812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEJKZ-0007zj-Tu for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2017 13:19:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEJKT-0007zP-8d for emacs-devel@gnu.org; Mon, 13 Nov 2017 13:19:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEJKS-0000s5-EU for emacs-devel@gnu.org; Mon, 13 Nov 2017 13:19:29 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:54164) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eEJKM-0000ot-UE; Mon, 13 Nov 2017 13:19:23 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id B82481610DB; Mon, 13 Nov 2017 10:19:19 -0800 (PST) Original-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 rlp32AFhCdPd; Mon, 13 Nov 2017 10:19:19 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 0F7FA1610FA; Mon, 13 Nov 2017 10:19:19 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-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 oHwdYoV-aUpr; Mon, 13 Nov 2017 10:19:18 -0800 (PST) Original-Received: from [192.168.1.9] (unknown [47.154.30.119]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id B4FD41610AD; Mon, 13 Nov 2017 10:19:18 -0800 (PST) In-Reply-To: <5A06B5E9.3070809@gmx.at> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:220147 Archived-At: martin rudalics wrote: > Builds normally here on a 32-bit Windows XP with GCC 4.8.1. Thanks for checking. I tested it a bit on more-obscure platforms, and found and worked around a related problem on AIX xlc (a compiler bug), and installed the result on the emacs-26 branch.