This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Label question



Hi there,
Can a label be defined globally? All I want is to have an array of label addresses, and a bunch of labels. I want to write the work that each label does seperately.

You might be asking why labels? I don't want to use labels as they are meant, but I don't know if there is anything else in GCC as close to what I want. Labels simply provide an address which you can jump to anytime in scope. I also want my code to jump some other places globally, to some code I want be executed.

Is it possible at all?

Thanks,



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]