From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH 1/1] Add "&" asm constraint modifier to ASM_MUL outputs Date: Sun, 21 Sep 2014 23:39:55 -0400 Message-ID: <87y4tcjpbo.fsf@yeeloong.lan> References: <1411166548-28853-1-git-send-email-rlb@defaultvalue.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411357337 1116 80.91.229.3 (22 Sep 2014 03:42:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2014 03:42:17 +0000 (UTC) Cc: guile-devel@gnu.org To: Rob Browning Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Sep 22 05:42:10 2014 Return-path: Envelope-to: guile-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 1XVuVu-0007Gt-LJ for guile-devel@m.gmane.org; Mon, 22 Sep 2014 05:42:10 +0200 Original-Received: from localhost ([::1]:42132 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVuVu-0003Gn-Ax for guile-devel@m.gmane.org; Sun, 21 Sep 2014 23:42:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVuVl-0003FM-2x for guile-devel@gnu.org; Sun, 21 Sep 2014 23:42:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVuVf-0008Ht-GM for guile-devel@gnu.org; Sun, 21 Sep 2014 23:42:00 -0400 Original-Received: from world.peace.net ([96.39.62.75]:55198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVuVf-0008EH-Dc for guile-devel@gnu.org; Sun, 21 Sep 2014 23:41:55 -0400 Original-Received: from c-24-62-95-23.hsd1.ma.comcast.net ([24.62.95.23] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1XVuVT-0005bu-G5; Sun, 21 Sep 2014 23:41:43 -0400 In-Reply-To: <1411166548-28853-1-git-send-email-rlb@defaultvalue.org> (Rob Browning's message of "Fri, 19 Sep 2014 17:42:28 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17515 Archived-At: Rob Browning writes: > Without this change, building for arm{hf,el} with gcc-4.9 (Debian > 4.9.1-14) fails as follows: > > /tmp/ccdZTkXQ.s:14591: rdhi, rdlo and rm must all be different > > Thanks to Mark H Weaver for the suggestion. Sorry, I pushed my own equivalent commit before I saw your email, a85c78ea1393985fdb6e6678dea19135c553d341 on the stable-2.0 branch. FYI, the commit log above does not conform to our conventions, so that would have needed fixing. See the existing logs for examples. Thanks! Mark