Comments on: It must be the Compiler Delta debugging is actually really really useful method for isolating compiler bugs if you can setup a sufficient test case. http://delta.tigris.org/ When making some compiler modifications I learned to rely on it pretty heavily. Delta debugging is actually really really useful method for isolating compiler bugs if you can setup a sufficient test case.