Fix for compiled test cases of the form (PROGN (FBOUNDP 42) T),
which don't signal an error in safe code because such calls are flushed when the called function is FLUSHABLE and the value of the call is not used. * src/compiler/ir1opt.lisp (flush-dead-code): Suppress flushing of flushable known functions if safety = 3.
Please register or sign in to comment