From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Clang ? [Was: Re: MS-Windows tester wanted for trunk] Date: Wed, 17 Sep 2014 20:56:32 +0400 Message-ID: <5419BD40.7090709@yandex.ru> References: <83k3534o63.fsf@gnu.org> <20140916.225637.1865337425378350297.chriszheng99@gmail.com> <83egvb4n52.fsf@gnu.org> <20140917.172800.824951221171219206.chriszheng99@gmail.com> <83tx4636nn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1410973041 19330 80.91.229.3 (17 Sep 2014 16:57:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2014 16:57:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 17 18:57:14 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XUIXa-00052f-8o for ged-emacs-devel@m.gmane.org; Wed, 17 Sep 2014 18:57:14 +0200 Original-Received: from localhost ([::1]:46367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUIXZ-0004XJ-VP for ged-emacs-devel@m.gmane.org; Wed, 17 Sep 2014 12:57:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUIXF-0004XD-Qp for emacs-devel@gnu.org; Wed, 17 Sep 2014 12:57:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUIX8-0007yL-Pt for emacs-devel@gnu.org; Wed, 17 Sep 2014 12:56:53 -0400 Original-Received: from forward9l.mail.yandex.net ([84.201.143.142]:35645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUIX1-0007xG-52; Wed, 17 Sep 2014 12:56:39 -0400 Original-Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward9l.mail.yandex.net (Yandex) with ESMTP id D00BFE6131B; Wed, 17 Sep 2014 20:56:33 +0400 (MSK) Original-Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 563EE1B44BA4; Wed, 17 Sep 2014 20:56:33 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id nK1J8rXHPt-uWuGoqnq; Wed, 17 Sep 2014 20:56:32 +0400 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 6fb6e3d5-ad56-43c8-a475-127bffe9968d DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1410972992; bh=+mTwU4f0qLJBhVyA9ANSyxt4p1cFYUtxoCzcVjMZaWQ=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=qXtfN+W0yT5oyIiZAjJTtRafDs7k801QT/enH72kcFw7jkWy7jSLvvKz1wQNLZQ7r rHg4kjR9cuV0OlO6/yhQ1CA4+gT5gTF4D5BuW1jDgm+B7VNYUlZIAmRprgJh7/azps Edxa2RQ5y+O049KG9qNgrZmLgVowfzUCRt37/ZvI= Authentication-Results: smtp3h.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 In-Reply-To: <83tx4636nn.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.142 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174445 Archived-At: On 09/17/2014 02:03 PM, Eli Zaretskii wrote: > I still think other 32-bit platforms should be tested as well. And may be other compilers too. Currently I'm facing weird problem with clang - USE_STACK_LISP_OBJECTS doesn't work neither in 32- nor in 64-bit code beyond -O0 because addresses returned by alloca are definitely unaligned. I tried 3.4 as well as current dev. snapshot (3.6.0 trunk 217949), with the same poor results. Can someone check clang too? Dmitry