gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: safety 3 compilation error for in-package


From: Camm Maguire
Subject: [Gcl-devel] Re: safety 3 compilation error for in-package
Date: 22 Jun 2006 22:17:59 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings, and thanks!  This this one is now done too.

Take care,

Robert Boyer <address@hidden> writes:

> It looks like the special form 'in-package' is not compiled
> correctly at safety 3.
> 
> Thanks for your incredible turn around on fixes!
> 
> Bob
> 
> % xg
> GCL (GNU Common Lisp)  2.7.0 ANSI    Jun 22 2006 16:42:35
> Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd)
> 
> >(defun foo () (in-package "USER"))
> 
> FOO
> 
> >(proclaim '(optimize (safety 3)))
> 
> NIL
> 
> >(compile 'foo)
> 
> ;; Compiling /tmp/gazonk_14279_0.lsp.
> ;; End of Pass 1.  
> ;; End of Pass 2.  
> ;; OPTIMIZE levels: Safety=3, Space=0, Speed=3, (Debug quality ignored)
> ;; Finished compiling /tmp/gazonk_14279_0.o.
> Loading /tmp/gazonk_14279_0.o
> start address -T 0xac5f710 Finished loading /tmp/gazonk_14279_0.o
> #<compiled-function FOO>
> NIL
> NIL
> 
> >(foo)
> 
> Error in FOO [or a callee]: IN-PACKAGE is not of type FUNCTION.
> 
> Fast links are on: do (si::use-fast-links nil) for debugging
> Broken at ERROR.  Type :H for Help.
>  1 (Continue) Return to top level.
> dbl:>>
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]