The compiler should check to ensure that the optimization flag is set when the bop option is used. Otherwise the compiler seg. fault and the user is nonplussed. added by ChenDing - 31 Jan 2008.
When global variables are moved by GccMonk? , the allocation should properly cast the return type (to avoid potential warnings). -- KirkKelsey - 04 Feb 2008
Finish some of the corner cases in Monk's bop-inst.c (asserts where we don't know what to do)
line 2266: causes compilation failure for the stdarg and init tests (from /p/compiler/lcc/tst/)
line 3042: causes compilation failure for the struct and paranoia tests (from /p/compiler/lcc/tst/)