From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.bugs Subject: bug#31474: logxor+ash trigger compilation bug? Date: Mon, 11 Jun 2018 10:28:28 -0400 Message-ID: <87po0x75yr.fsf@netris.org> References: <87y3gj8o00.fsf@gnu.org> <87wovoy1cj.fsf@netris.org> <87h8msxa16.fsf@netris.org> <87bmczbhv3.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1528728487 23046 195.159.176.226 (11 Jun 2018 14:48:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2018 14:48:07 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: 31474-done@debbugs.gnu.org To: Jan Nieuwenhuizen Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Jun 11 16:48:03 2018 Return-path: Envelope-to: guile-bugs@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 1fSO6y-0005pm-Tf for guile-bugs@m.gmane.org; Mon, 11 Jun 2018 16:48:01 +0200 Original-Received: from localhost ([::1]:49296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSO96-0006dO-3c for guile-bugs@m.gmane.org; Mon, 11 Jun 2018 10:50:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSNpb-0007VM-WE for bug-guile@gnu.org; Mon, 11 Jun 2018 10:30:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSNpb-0003is-6M for bug-guile@gnu.org; Mon, 11 Jun 2018 10:30:03 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:35633) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fSNpb-0003ih-2F for bug-guile@gnu.org; Mon, 11 Jun 2018 10:30:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fSNpa-0000Nq-Sz for bug-guile@gnu.org; Mon, 11 Jun 2018 10:30:02 -0400 Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Mon, 11 Jun 2018 14:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 31474 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Mail-Followup-To: 31474@debbugs.gnu.org, mhw@netris.org, janneke@gnu.org Original-Received: via spool by 31474-done@debbugs.gnu.org id=D31474.15287273931430 (code D ref 31474); Mon, 11 Jun 2018 14:30:02 +0000 Original-Received: (at 31474-done) by debbugs.gnu.org; 11 Jun 2018 14:29:53 +0000 Original-Received: from localhost ([127.0.0.1]:43528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSNpQ-0000Mz-U1 for submit@debbugs.gnu.org; Mon, 11 Jun 2018 10:29:53 -0400 Original-Received: from world.peace.net ([64.112.178.59]:42542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSNpP-0000Ml-5v for 31474-done@debbugs.gnu.org; Mon, 11 Jun 2018 10:29:51 -0400 Original-Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1fSNpJ-0004EL-K8; Mon, 11 Jun 2018 10:29:45 -0400 In-Reply-To: <87bmczbhv3.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Mon, 28 May 2018 23:17:04 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.org gmane.lisp.guile.bugs:9061 Archived-At: Jan Nieuwenhuizen writes: > Mark H Weaver writes: > >> Here's an improved version of my patch. It's functionally equivalent >> but with more comprehensible code and more comments. I think this is >> ready to push to the stable-2.2 branch. Comments and suggestions >> welcome. > > I tried it and it works for me. Thanks a lot! > > Also, thanks for the workarounds you suggested, they indeed work without > this patch. I pushed the patch as commit 2733e97395db30c6233f79f341959e722b4bd4ff to the stable-2.2 branch. I'm closing this bug now, but feel free to reopen if needed. Thanks, Mark