The only places I've seen &&label used are where it's been passed into an
inline asm which has jumped to it... but gcc has optimised the label and
the code following it away because it was never used (inline asm isn't
allowed to do that).
-- dwmw2
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/