I caught it trying to use inc_i_ic instead of inc_i in a test program I was running. this patch fixes it.
Brian
Index: assemble.pl
===================================================================
RCS file: /home/perlcvs/parrot/assemble.pl,v
retrieving revision 1.12
diff -r1.12 assemble.pl
112c112
< if($op=~/$test/) {
---
> if($op=~/^$test$/) {
