Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#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 15 years ago by Mark Evenson

Resolution: fixed
Status: newclosed

Fixed in {r11650, r11651}.


comment:2 Changed 14 years ago by ehuelsmann

Milestone: unscheduled0.22

closed is not 'unscheduled'; moving to the most recently closed milestone.

Note: See TracTickets for help on using tickets.