Better error message for malformed IGNORE declarations.
authorStas Boukarev <stassats@gmail.com>
Wed, 16 May 2012 15:04:21 +0000 (19:04 +0400)
committerStas Boukarev <stassats@gmail.com>
Wed, 16 May 2012 15:04:21 +0000 (19:04 +0400)
commit01cc9978e742a5e3a7882e397b01857bed774501
treebd92ed365455edd5b9dc53f457b95dacc888f4f6
parent4b25bb8e20bf3c1419a11b7d4cfefa23e4f3279b
Better error message for malformed IGNORE declarations.

Give better errors for things like (ignore (a)) and
(ignore (function . b)).

Fixes lp#1000239.
NEWS
src/compiler/ir1tran.lisp
tests/compiler.pure.lisp