X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=48ea0b3209a88b3608f9a854a5ffc1f425145cf7;hb=6483924c30758e2393428c7fa3f63c9faf924600;hp=a7e64127e5d4239e2baadac62db90bc247a18d53;hpb=08315e3cd273efbe55f8b85cf1c6e17016fbfd06;p=sbcl.git diff --git a/BUGS b/BUGS index a7e6412..48ea0b3 100644 --- a/BUGS +++ b/BUGS @@ -1807,3 +1807,16 @@ WORKAROUND: call to ROOM would see them, and allocate even more... Reported by Faré Rideau on sbcl-devel. + +414: strange DISASSEMBLE warning + + Compiling and disassembling + + (defun disassemble-source-form-bug (x y z) + (declare (optimize debug)) + (list x y z)) + + Gives + + WARNING: bogus form-number in form! The source file has probably + been changed too much to cope with.