[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] regression - probably in let*
From: |
Jörg F. Wittenberger |
Subject: |
[Chicken-hackers] regression - probably in let* |
Date: |
Mon, 15 Jun 2015 17:35:07 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux armv7l; rv:31.0) Gecko/20100101 Icedove/31.7.0 |
The attached test case works in csi but fails in csc.
Possibly related to optimization options. Compile as:
csc -O3 -clustering -no-argc-checks -no-procedure-checks
-no-bound-checks -no-trace -no-lambda-info -specialize -lfa2
-strict-types -disable-stack-overflow-checks -unsafe test-failing.scm
to see it terminate with exit code 1.
BTW: I'd have expected the assert (not (foo? "a b")) to kick in, but
this does not happen.
Sorry, no clue, no patch.
/Jörg
test-failing.scm
Description: Text Data
- [Chicken-hackers] regression - probably in let*,
Jörg F. Wittenberger <=