include function name in errors about invalid local calls
commit9595dc575aaf32f409ff67d101db90216ffeba66
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 31 May 2014 15:10:00 +0000 (31 18:10 +0300)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 31 May 2014 17:52:52 +0000 (31 20:52 +0300)
treef32a220c21490e81a5405444a5cab1e4df8f3319
parent7166b6985991e6246b42c9757dca1c137f277071
include function name in errors about invalid local calls

  They call won't appear in the backtrace, so it really needs to be in
  the error message to avoid confusion -- prior to this the
  information about which function was the responsible one was hidden
  in the compilation log.
14 files changed:
NEWS
src/code/interr.lisp
src/compiler/alpha/call.lisp
src/compiler/arm/call.lisp
src/compiler/fndb.lisp
src/compiler/hppa/call.lisp
src/compiler/ir1util.lisp
src/compiler/locall.lisp
src/compiler/mips/call.lisp
src/compiler/ppc/call.lisp
src/compiler/sparc/call.lisp
src/compiler/x86-64/call.lisp
src/compiler/x86/call.lisp
tests/compiler.pure.lisp