bug#12182: guile 2.0.6: "Value out of range: 0" when compiling a procedure

2012-11-23 Thread Ludovic Courtès
Hi, Sorry for the late reply. Feufochmar skribis: > $ guild compile test.scm > Backtrace: > In language/tree-il/optimize.scm: > 44: 19 [optimize! # # ...] > In language/tree-il/cse.scm: > 537: 18 [visit # # ...] > 543: 17 [visit # # ...] > 483: 16 [visit # # # ...] > 537: 15 [visit # # pa

bug#12182: guile 2.0.6: "Value out of range: 0" when compiling a procedure

2012-08-12 Thread Ian Price
Feufochmar writes: > > The backtrace I have with guild compile : > > $ guild compile test.scm > Backtrace: > In language/tree-il/optimize.scm: > 44: 19 [optimize! # # ...] > In language/tree-il/cse.scm: > 537: 18 [visit # # ...] > 543: 17 [visit # # ...] > 483: 16 [visit # # # ...] > 537: 1

bug#12182: guile 2.0.6: "Value out of range: 0" when compiling a procedure

2012-08-11 Thread Feufochmar
Hello, guile 2.0.6 fails to compile the following procedure with the error "Value out of range: 0". ~~~ ;; get all points inside a distance of the half-line starting from (x0 . y0) and containing (x1 . y1) ;; the argument dist is the square of the distance we want to reach (define (get-hal