Re: Another spurious compilation diagnostic?
Steven Edwards <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
Here's the banner:
CMU Common Lisp 19e (19E), running on gail
With core: /Users/sje/cmucl-19e-x86-darwin/lib/cmucl/lib/lisp.core
Dumped on: Thu, 2008-05-01 20:38:02-04:00 on macmini
See <http://www.cons.org/cmucl/> for support information.
Loaded subsystems:
Python 1.1, target Intel x86
CLOS based on Gerd's PCL 2004/04/14 03:32:47
Alas, the original source is way too big to post.
On Sep 22, 2008, at 7:58 PM, Raymond Toy wrote:
> Steven Edwards wrote:
>> Greetings again, list readers:
>>
>> It seems that every time I compile something like:
>>
>> (list-length some-random-list)
>>
>> I get a compiler warning:
>>
>> ; (LIST-LENGTH SOME-RANDOM-LIST)
>> ; --> BLOCK DO BLOCK LET TAGBODY WHEN COND IF PROGN RETURN
>> ; ==>
>> ; (RETURN-FROM NIL NIL)
>> ; Warning: This is not a (VALUES &OPTIONAL REAL &REST T):
>> ; NIL
>> ; ; [Last message occurs 2 times]
>>
>> Any ideas?
>>
> I can't reproduce this. What version of cmucl? Can you provide a
> complete example that shows this?
>
> Thanks,
>
> Ray
>
>
>