On Wednesday, Aug 6, 2003, at 19:12 US/Eastern, Steven Bosscher wrote: > <dumb look> Why switch the order of the condition and the body? > What is wrong with just: > > loop_top: > if (cond) > goto loop_end; > body > goto loop_top; > loop_end: Because doloop does not work with this that is why. Thanks, Andrew Pinski