> > Supposing that Diego doesn't decide to remove break entirely, > > Isn't this done already? I think the simpleyfing pass already > canonicalizes loop to break/continue less forms. A goto/break elimination pass has been implemented by Sebastian Pop, but it was still '#if 0'-ed out last time I looked. Greetz Steven