On Thu, May 02, 2002 at 05:16:12PM +0100, Sebastian Pop wrote: > Further, this allows to work cleanly on the rest of optimizations > since we no longer have to handle LABEL_STMTs nor GOTO_STMTs. So what happens when you can't eliminate all the gotos? Do we suddenly lose the ability to perform any optimizations? r~