Segher Boessenkool wrote: > > uintptr_t label = (uintptr_t) &&label1; > > Do all GCC ports provide uintptr_t? Nice loophole, btw. No, but they all support "long" or "long long" which works in practice. -- Jamie