From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: John David Anglin Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH, v2] Fix build on platforms where the stack grows upwards Date: Tue, 10 Mar 2020 18:58:53 -0400 Message-ID: References: <20200204121152.3335558-1-glaubitz@physik.fu-berlin.de> <874kw1yxxw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="44064"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 Cc: wingo@igalia.com, deller@gmx.de, guile-devel@gnu.org To: =?UTF-8?Q?Ludovic_Court=c3=a8s?= , John Paul Adrian Glaubitz Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Tue Mar 10 23:59:06 2020 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jBnq5-000BIZ-Sa for guile-devel@m.gmane-mx.org; Tue, 10 Mar 2020 23:59:05 +0100 Original-Received: from localhost ([::1]:41550 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBnq4-0005hq-OB for guile-devel@m.gmane-mx.org; Tue, 10 Mar 2020 18:59:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59693) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBnpv-0005hg-A1 for guile-devel@gnu.org; Tue, 10 Mar 2020 18:58:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBnpu-0007qx-9Z for guile-devel@gnu.org; Tue, 10 Mar 2020 18:58:55 -0400 Original-Received: from belmont80srvr.owm.bell.net ([184.150.200.80]:53292 helo=mtlfep02.bell.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jBnpu-0007q1-5i; Tue, 10 Mar 2020 18:58:54 -0400 Original-Received: from bell.net mtlfep02 184.150.200.30 by mtlfep02.bell.net with ESMTP id <20200310225853.QYTC115221.mtlfep02.bell.net@mtlspm01.bell.net>; Tue, 10 Mar 2020 18:58:53 -0400 Original-Received: from [192.168.2.49] (really [70.53.53.104]) by mtlspm01.bell.net with ESMTP id <20200310225853.LVQS130487.mtlspm01.bell.net@[192.168.2.49]>; Tue, 10 Mar 2020 18:58:53 -0400 In-Reply-To: <874kw1yxxw.fsf@gnu.org> Content-Language: en-US X-CM-Analysis: v=2.3 cv=I5Mbu+og c=1 sm=1 tr=0 a=htCe9XT+XAlGhzqgweArVg==:117 a=htCe9XT+XAlGhzqgweArVg==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=SS2py6AdgQ4A:10 a=FBHGMhGWAAAA:8 a=kt4rPsdjleCzmcObqfYA:9 a=QEXdDO2ut3YA:10 a=9gvnlMMaQFpL9xblJ6ne:22 X-CM-Envelope: MS4wfC9mmjveVSomDMXj5IOe1QZpV1WPIhQtFLB1IDxaKboBsVs2R69JdCEqta5uEmsjVZEmAt4kKruc4UrzUtGVS8bZXk/rBMbrXdpvI+Sm+WE+puclPbHD PnRLGbtYKnuGTzdPhTbeeKfZYzKThwGGhNRXdUkQi/F+qvfyetpk2Y/Lekw9Gh8DviJbQcOBXQSGsg== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 184.150.200.80 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20444 Archived-At: Hi, On 2020-02-08 9:07 a.m., Ludovic Courtès wrote: > John Paul Adrian Glaubitz skribis: > >> * libguile/continuations.c (scm_dynthrow): Fix missing mra >> parameter to grow_stack for SCM_STACK_GROWS_UP. > Applied, thanks! I believe that this change was also applied to the 2.2 stable branch (v2.2.7).  There is no mra parameter on 2.2. Dave -- John David Anglin dave.anglin@bell.net