#46 closed defect (fixed)
Compilation failure from several numeric arguments to MIN
Reported by: | Mark Evenson | Owned by: | ehuselmann |
---|---|---|---|
Priority: | major | Milestone: | 0.22 |
Component: | compiler | Version: | 1.0 |
Keywords: | Cc: | ||
Parent Tickets: |
Description
After the recent (JAN/FEB) changes to the compiler to support numeric types more efficiently, the following code fails to compile:
(defun fail () (min 1 2 3))
with a Failed AVER: "NIL" arising out of COMPILE-FORMS-AND-MAYBE-EMIT-CLEAR_VALUES failing to parse its arguments correctly.
Change History (2)
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Milestone: | unscheduled → 0.22 |
---|
closed is not 'unscheduled'; moving to the most recently closed milestone.
Note: See
TracTickets for help on using
tickets.
Fixed in {r11650, r11651}.