gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Compiler does not give error if T clause in case construct i


From: Faheem Mitha
Subject: [Gcl-devel] Compiler does not give error if T clause in case construct is not last one
Date: Fri, 23 Mar 2012 02:24:43 +0530 (IST)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)


Hi,

The bugs page at http://savannah.gnu.org/bugs/?group=gcl looks dead, so I'm writing to the developer mailing list. If there is a more suitable place to report bugs, let me know and I'll send it there.

Consider the following session. I believe this is wrong.

address@hidden:/usr/bin$ gcl
GCL (GNU Common Lisp)  2.6.7 CLtL1    Jan 20 2012 20:04:53
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to /tmp/

(defparameter x 2)

X

(defun foo (y) (case y (t (print "matches t")) (1 (print "matches 1")) )
)

FOO

(foo x)

"matches t"
"matches t"

See also https://bugs.launchpad.net/sbcl/+bug/959687 for context.

Please CC me on any reply. Thanks.

                                                 Regards, Faheem



reply via email to

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