> On Thu, 22 Jan 2009 18:15:22 -0500, Norman Ramsey wrote:
 > 
 > >> Is it allowed to jump into if's from outside them?  Or into switches?
 > > 
 > > Yes, you can jump anywhere you like within one procedure.
 > 
 > Good.
 > 
 > > Also, labels are first-class values, so you can have computed goto.
 > 
 > As long as you list all the possible destinations, I believe.

You can leave out the list and the optimizer makes pessimistic
assumptions (an unannotated computed goto can reach any label).


Norman
_______________________________________________
Cminusminus mailing list
[email protected]
https://cminusminus.org/mailman/listinfo/cminusminus

Reply via email to