On Tue, 4 Sep 2012, linux-mips@xxxxxxxxxxxxxx wrote: > An empty default block is not allowed so add a ; as empty statement to > make gcc happy. A dummy "break" is the usual solution though. I don't think GCC ever complains if it sees it unreachable after a "return" -- in a sense it is just as unreachable as this null instruction is. Maciej