X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler.pure-cload.lisp;h=279b85066e83daafa28480fc919485b1037055a1;hb=5edd74f6911093805a009a152b32216b3dba59f7;hp=c1b5ef1b23d5c822ad67b9307b6da5b7d7cc6479;hpb=4ea1b7a6961e6b2d336603a04e448db052993244;p=sbcl.git diff --git a/tests/compiler.pure-cload.lisp b/tests/compiler.pure-cload.lisp index c1b5ef1..279b850 100644 --- a/tests/compiler.pure-cload.lisp +++ b/tests/compiler.pure-cload.lisp @@ -35,3 +35,8 @@ ;;; This is a slightly different way of getting the same symptoms out ;;; of the sbcl-0.6.11.13 byte compiler bug. (print (setq *print-level* *print-level*)) + + +;;; sbcl-0.6.11.25 or so had DEF!STRUCT/MAKE-LOAD-FORM/HOST screwed up +;;; so that the compiler couldn't dump pathnames. +(format t "Now the compiler can dump pathnames again: ~S ~S~%" #p"" #p"/x/y/z")