I am trying to compile the following code with bfc -O2:
. + [[ [[ >. [+ [<>]]] >]<>+ .]>< ,-.,,+++[]---]
But it shows warning:
24852.bf:1:26 warning: This instruction moves the pointer after the last cell (99999), to cell 100000.
. + [[ [[ >. [+ [<>]]] >]<>+ .]>< ,-.,,+++[]---]
^
But no exit. It should fall into some infinite loop or similar things.