/in/sam.cpp: In function 'void ifz(Stack<int>&, Queue<Instr>&, int)':
/in/sam.cpp:119:9: error: this 'for' clause does not guard... [-Werror=misleading-indentation]
for (int i = 0; i < n; i++)
^~~
/in/sam.cpp:121:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
delete instrp;
^~~~~~
/in/sam.cpp:121:20: error: 'instrp' may be used uninitialized in this function [-Werror=maybe-uninitialized]
delete instrp;
^~~~~~
cc1plus: all warnings being treated as errors
/in/compile/Makefile:16: recipe for target 'buildStackMachine' failed
make: *** [buildStackMachine] Error 1