unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: guile-devel@gnu.org
Subject: Re: guile 1.8.3 fails to build on sparc
Date: Thu, 07 Feb 2008 23:01:06 +0100	[thread overview]
Message-ID: <878x1wa0kd.fsf@dellish.bordeaux.inria.fr> (raw)
In-Reply-To: 87lk5wa0xi.fsf@dellish.bordeaux.inria.fr

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

Hi,

ludo@gnu.org (Ludovic Courtès) writes:

> Rob: Would it be possible for you to try out this patch on one of the
> Debian SPARC machines?

And here's the patch.  ;-)

Ludo'.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: ,,gc.diff --]
[-- Type: text/x-patch, Size: 722 bytes --]

Index: test-suite/tests/gc.test
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/test-suite/tests/gc.test,v
retrieving revision 1.8
diff -u -r1.8 gc.test
--- test-suite/tests/gc.test	16 Apr 2006 23:27:14 -0000	1.8
+++ test-suite/tests/gc.test	7 Feb 2008 21:42:47 -0000
@@ -65,6 +65,10 @@
 				  "eval-closure" (gc-live-object-stats)))))
 	       
 	     (for-each (lambda (x) (make-module)) (iota 1000))
+             (let cleanup ((i 10))
+               (and (> i 0)
+                    (begin (cleanup (1- i)) i)))
+
 	     (gc)
 	     (gc) ;; twice: have to kill the weak vectors.
 	     (= last-count (cdr (assoc "eval-closure" (gc-live-object-stats)))))

  reply	other threads:[~2008-02-07 22:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-27 16:35 guile 1.8.3 fails to build on sparc Kamaraju S Kusumanchi
2007-12-01 17:20 ` Kamaraju S Kusumanchi
2008-01-29 22:52   ` Neil Jerram
2008-02-02  5:33     ` Kamaraju S Kusumanchi
2008-01-29 22:48 ` Neil Jerram
2008-01-31 21:17   ` Greg Troxel
2008-02-01  9:42   ` Ludovic Courtès
2008-02-07 21:53   ` Ludovic Courtès
2008-02-07 22:01     ` Ludovic Courtès [this message]
2012-01-21 19:25       ` Rob Browning
2012-01-27 21:47         ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878x1wa0kd.fsf@dellish.bordeaux.inria.fr \
    --to=ludo@gnu.org \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).