Custom Query (1030 matches)
Results (196 - 198 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #244 | fixed | let bug | ||
| Description |
(let ((a 10))
The following code should give 11 10 11, however openmcl produces 11 11 11. ' |
|||
| #245 | fixed | typep array dimensions ignored | ||
| Description |
Typep doesn't check array type dimensions: (typep "" '(string 3)) => T, should be nil |
|||
| #246 | fixed | x8664::max-1-bit-constant-index probably too big | ||
| Description |
x8664::max-1-bit-constant-index seems to be too big. The maximum displacement in an x86 memory operand is a 32-bit signed displacement. This limit can be exceeded in the set-constant-bit vinsns. For example, (defun foo (b)
(declare (type (simple-array bit (*)) b))
(setf (aref b x8664::max-1-bit-constant-index) 1))
produces bogus code. |
|||
Note:
See TracQuery
for help on using queries.
