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

[no subject]



CC: (BUG LISPM) at MIT-MC
    Date: Wed ,26 Mar 80 23:07:00 EDT
    From: SHIPMN at MIT-AI (David W. Shipman)
    To: (BUG LISPM) at MIT-AI

    ASH doesn't always work. For example, (ash (ash -3 9.) -9.) returns -1;
    although (ash (ash -3 8.) -8.) correctly returns -3.
This brain-bubble is fixed in UCADR 630, which probably works well enough
that you could use it if you really care about this.  Bug happens for
any negative number shifted left by more than 8.