On Nov 30, 2007, at 11:27 AM, Oliver Hunt wrote: > Having got passed that last failure, here's the next: > clang --emit-llvm > > void f(){ > switch(0){ > default: > if (0) { > > } > } > } Fixed, thanks! -Chris