Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (763 - 765 of 1030)

Ticket Resolution Summary Owner Reporter
#831 fixed (log #c(1d300 1d300)) signals overflow Raymond Toy
Description

(log #c(1d300 1d300)) signals overflow, but it shouldn't since the absolute value of #c(1d300 1d300) fits in a double-float.

This could be related to ticket:830.

#832 fixed (sqrt #c(1d300 1d300)) signals overflow Raymond Toy
Description

(sqrt #c(1d300 1d300)) signals an overflow, but the square root is approximately #c(1.10d150 4.55d149).

Could be related to ticket:830 and ticket:831.

#837 fixed Some constant-valued integer expressions can be evaluated twice in generated code Gary Byers Gary Byers
Description

From Eric Marsden on openmcl-devel:

| Welcome to Clozure Common Lisp Version 1.7-dev-r14686M  (LinuxX8664)!
| ? (defun foo ()
|     (catch 'ct5 (throw 'ct5 (logior -920833 (the integer
-2513842743151)))))
| FOO
| ? (foo)
| > Error: Can't throw to tag -263425
| > While executing: FOO, in process listener(1).
`----
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.