axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Axiom trunk failure


From: Gabriel Dos Reis
Subject: [Axiom-developer] Axiom trunk failure
Date: 27 Apr 2006 21:26:36 +0200

Hi,

  I checked out a fresh copy from SVN axiom/trunk.  The build failed
for me while patching GCL-2.6.7:

[...]

11 applying tail-recursive noise patch
patching file gcl_cmpflet.lsp
Hunk #1 FAILED at 390.
1 out of 1 hunk FAILED -- saving rejects to file gcl_cmpflet.lsp.rej


The rejected hunk is:

***************
*** 390,397 ****
            (wt-label *exit*))
      (unwind-no-exit 'tail-recursion-mark)
      (wt-nl "goto TTL;")
-     (cmpnote "Tail-recursive call of ~s was replaced by iteration."
-              (fun-name (car fd))))
     (t (push-args args)
        (wt-nl (c-function-name "L" (fun-cfun (car fd)) (fun-name (car fd))) 
"(")
        (dotimes** (n (fun-level (car fd))) (wt "base" n ","))
--- 390,399 ----
            (wt-label *exit*))
      (unwind-no-exit 'tail-recursion-mark)
      (wt-nl "goto TTL;")
+ ; 20031022000 tpd we don't need to know this
+ ;    (cmpnote "Tail-recursive call of ~s was replaced by iteration."
+ ;             (fun-name (car fd)))
+     )
     (t (push-args args)
        (wt-nl (c-function-name "L" (fun-cfun (car fd)) (fun-name (car fd))) 
"(")
        (dotimes** (n (fun-level (car fd))) (wt "base" n ","))
 


Does this ring bell to anyone?

-- Gaby




reply via email to

[Prev in Thread] Current Thread [Next in Thread]