]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
* Don't allow creation of zero-width bitvector literals. Previously bv0[0] would...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 20 Sep 2009 15:47:09 +0000 (15:47 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 20 Sep 2009 15:47:09 +0000 (15:47 +0000)
commit8f3605938d55e4278e3b386fb5d13ea09e9bf43e
tree1ea6f4c9b9fe043f1eb14f47e4854c4db779c530
parentea0ca19c08f25f2dd9a24a90135450fc43755aa8
* Don't allow creation of zero-width bitvector literals. Previously bv0[0] would parse via the SMTLIB input language
* If optimisations were disabled, sign_extend[0], would segfault in the bitblaster.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@243 e59a4935-1847-0410-ae03-e826735625c1
src/AST/AST.cpp
src/to-sat/BitBlast.cpp